xref: /netbsd/usr.sbin/Makefile (revision c4a72b64)
1#	$NetBSD: Makefile,v 1.181 2002/10/01 03:50:07 itojun Exp $
2#	from: @(#)Makefile	5.20 (Berkeley) 6/12/93
3
4.include <bsd.own.mk>
5
6SUBDIR=	ac accton altq amd apm apmd arp bad144 bind bootp catman \
7	chown chroot chrtbl cnwctl config cron dev_mkdb \
8	dhcp diskpart dumpfs dumplfs edquota eeprom \
9	envstat eshconfig etcupdate grfconfig \
10	grfinfo gspa hilinfo ifwatchd inetd installboot \
11	iopctl iostat ipf irdaattach isdn iteconfig \
12	kgmon kvm_mkdb lastlogin link lpr mailwrapper makefs \
13	mdconfig memswitch mlxctl mopd mountd moused mscdlabel \
14	mtree ndbootd netgroup_mkdb nfsd ntp pcictl pkg_install pppd \
15	pstat pwd_mkdb quot quotacheck quotaon rarpd rbootd rdate \
16	repquota rmt rpc.bootparamd rpc.lockd rpc.pcnfsd \
17	rpc.statd rpcbind rwhod sa screenblank sesd \
18	sliplogin slstats spray sup sushi syslogd tadpolectl tcpdchk \
19	tcpdmatch tcpdump timed tpctl traceroute trpt trsp unlink \
20	usbdevs user videomode vipw vnconfig wiconfig wsconscfg \
21	wsfontload wsmoused wsmuxctl zdump zic
22
23.if (${MKKERBEROS} != "no")
24SUBDIR+= hprop kadmin kdc kstash ktutil
25.endif
26
27.if (${MKYP} != "no")
28SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
29.endif
30
31.if ${TOOLCHAIN_MISSING} == "yes"
32SUBDIR+= mdsetimage
33.endif
34
35# IPv6
36SUBDIR+=faithd ifmcstat mld6query ndp \
37	rip6query route6d rtadvd traceroute6 rtsold
38
39# ATM PVC
40SUBDIR+=pvcsif pvctxctl
41
42.if (${MKCRYPTO} != "no")
43SUBDIR+= racoon
44.endif
45
46.include <bsd.subdir.mk>
47