NetBSD/usr.sbin/Makefile

47 lines
1.4 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.124 1999/07/20 09:47:08 mrg Exp $
1997-10-17 13:04:12 +04:00
# from: @(#)Makefile 5.20 (Berkeley) 6/12/93
1993-03-21 12:45:37 +03:00
# XXX Temporary for NO_SENDMAIL and BUILD_POSTFIX
.include <bsd.own.mk>
1999-07-13 02:11:37 +04:00
SRCTOP= ..
.include <bsd.crypto.mk>
SUBDIR= ac accton amd apm apmd arp bad144 bind bootp catman \
1998-03-15 04:16:32 +03:00
chown chroot chrtbl config cron dbsym dev_mkdb \
1998-09-14 00:48:57 +04:00
dhcp diskpart dumpfs dumplfs edquota eeprom eshconfig greconfig \
grfconfig grfinfo gspa hilinfo inetd iostat ipf iteconfig kgmon \
kvm_mkdb lastlogin link lpr mailwrapper map-mbone mbrlabel \
1999-02-05 22:25:10 +03:00
mdconfig mdsetimage \
1999-06-21 19:57:47 +04:00
memswitch mopd mountd mrinfo mrouted mtrace mtree \
netgroup_mkdb nfsd nfsiod pkg_install portmap pppd pstat \
pwd_mkdb quot quotacheck quotaon rarpd rbootd rdate \
repquota rmt rpc.bootparamd rpc.lockd rpc.pcnfsd \
rpc.statd rpc.yppasswdd rwhod sa screenblank \
sliplogin slstats spray sup sysctl syslogd tcpdchk \
tcpdmatch tcpdump timed traceroute trpt trsp unlink update \
1999-07-15 02:35:20 +04:00
usbdevs videomode vipw vnconfig wiconfig wsconscfg wsfontload xntp \
ypbind yppoll ypserv ypset \
zdump zic
1993-03-21 12:45:37 +03:00
# IPv6
SUBDIR+=faithd gifconfig ifmcstat mld6query ndp pim6dd rip6query route6d \
rtadvd setkey traceroute6
# ATM PVC
SUBDIR+=pvcsif pvctxctl
.if !defined(NO_SENDMAIL)
SUBDIR+= sendmail
.endif
.if defined(BUILD_POSTFIX)
1999-03-27 06:03:17 +03:00
SUBDIR+= postfix
.endif
1999-07-13 02:11:37 +04:00
.if defined(CRYPTOPATH)
.sinclude "${CRYPTOPATH}/usr.sbin/Makefile.frag"
1999-07-13 02:11:37 +04:00
.endif
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>