46 lines
1.4 KiB
Makefile
46 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.129 1999/12/20 09:50:20 jdc Exp $
|
|
# from: @(#)Makefile 5.20 (Berkeley) 6/12/93
|
|
|
|
# XXX Temporary for NO_SENDMAIL and BUILD_POSTFIX
|
|
.include <bsd.own.mk>
|
|
|
|
SRCTOP= ..
|
|
.include <bsd.crypto.mk>
|
|
|
|
SUBDIR= ac accton amd apm apmd arp bad144 bind bootp catman \
|
|
chown chroot chrtbl cnwctl config cron dbsym dev_mkdb \
|
|
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 \
|
|
mdconfig mdsetimage \
|
|
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 tadpolectl tcpdchk \
|
|
tcpdmatch tcpdump timed traceroute trpt trsp unlink \
|
|
usbdevs user videomode vipw vnconfig wiconfig wsconscfg \
|
|
wsfontload xntp ypbind yppoll ypserv ypset zdump zic
|
|
|
|
# IPv6
|
|
SUBDIR+=faithd gifconfig ifmcstat mld6query ndp pim6dd rip6query route6d \
|
|
rtadvd setkey traceroute6 rtsold
|
|
|
|
# ATM PVC
|
|
SUBDIR+=pvcsif pvctxctl
|
|
|
|
.if !defined(NO_SENDMAIL)
|
|
SUBDIR+= sendmail
|
|
.endif
|
|
|
|
.if defined(BUILD_POSTFIX)
|
|
SUBDIR+= postfix
|
|
.endif
|
|
|
|
.if defined(CRYPTOPATH)
|
|
.sinclude "${CRYPTOPATH}/usr.sbin/Makefile.frag"
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|