NetBSD/usr.sbin/Makefile

47 lines
1.4 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.178 2002/09/01 20:32:43 atatat Exp $
# from: @(#)Makefile 5.20 (Berkeley) 6/12/93
.include <bsd.own.mk>
2000-12-17 06:06:53 +03:00
SUBDIR= ac accton altq amd apm apmd arp bad144 bind bootp catman \
chown chroot chrtbl cnwctl config cron dev_mkdb \
dhcp diskpart dumpfs dumplfs edquota eeprom \
envstat eshconfig etcupdate grfconfig \
grfinfo gspa hilinfo ifwatchd inetd installboot \
iopctl iostat ipf irdaattach isdn iteconfig \
2001-10-26 20:06:57 +04:00
kgmon kvm_mkdb lastlogin link lpr mailwrapper makefs map-mbone \
2002-05-29 23:40:52 +04:00
mdconfig memswitch mlxctl mopd mountd moused mrinfo mrouted mscdlabel \
mtrace mtree ndbootd netgroup_mkdb nfsd ntp pcictl pkg_install pppd \
pstat pwd_mkdb quot quotacheck quotaon rarpd rbootd rdate \
repquota rmt rpc.bootparamd rpc.lockd rpc.pcnfsd \
rpc.statd rpcbind rwhod sa screenblank sesd \
sliplogin slstats spray sup sushi syslogd tadpolectl tcpdchk \
2002-08-27 18:12:09 +04:00
tcpdmatch tcpdump timed tpctl traceroute trpt trsp unlink \
usbdevs user videomode vipw vnconfig wiconfig wsconscfg \
wsfontload wsmoused wsmuxctl zdump zic
.if (${MKKERBEROS} != "no")
SUBDIR+= hprop kadmin kdc kstash ktutil
.endif
.if (${MKYP} != "no")
SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
.endif
.if !defined(USE_NEW_TOOLCHAIN)
SUBDIR+= mdsetimage
.endif
# IPv6
2001-06-03 10:09:10 +04:00
SUBDIR+=faithd ifmcstat mld6query ndp \
rip6query route6d rtadvd traceroute6 rtsold
# ATM PVC
SUBDIR+=pvcsif pvctxctl
.if (${MKCRYPTO} != "no")
SUBDIR+= racoon
.endif
1999-07-13 02:11:37 +04:00
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>