Makefile revision 1.211
1#	$NetBSD: Makefile,v 1.211 2006/02/08 18:59:39 agc 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 cron dev_mkdb \
8	dhcp diskpart dumpfs dumplfs edquota eeprom \
9	envstat eshconfig etcupdate extattrctl fssconfig fwctl gpioctl \
10	grfconfig grfinfo gspa hilinfo ifwatchd inetd installboot \
11	iopctl iostat ipwctl irdaattach iscsi isdn iteconfig iwictl\
12	kgmon lastlogin link lmcconfig lpr mailwrapper makefs \
13	map-mbone mdconfig memswitch mlxctl mopd mountd moused \
14	mrinfo mrouted mscdlabel mtrace \
15	mtree ndbootd netgroup_mkdb nfsd ntp pcictl pkg_install pppd \
16	pstat pwd_mkdb postinstall powerd quot quotacheck quotaon \
17	rarpd rbootd rdate \
18	repquota rmt rpc.bootparamd rpc.lockd rpc.pcnfsd \
19	rpc.statd rpcbind rwhod sa screenblank sesd \
20	sliplogin slstats sntp \
21	spray sti sunlabel sup syslogd tadpolectl tcpdchk \
22	tcpdmatch tcpdump timed tpctl traceroute trpt trsp unlink \
23	usbdevs user videomode vipw vnconfig wiconfig wlanctl wpa \
24	wsconscfg wsfontload wsmoused wsmuxctl zdump zic
25
26.if (${MKKERBEROS} != "no")
27SUBDIR+= hprop kadmin kdc kstash ktutil
28.endif
29
30.if (${MKYP} != "no")
31SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
32.endif
33
34.if ${TOOLCHAIN_MISSING} != "no"
35SUBDIR+= mdsetimage
36.endif
37
38.if (${MKINET6} != "no")
39SUBDIR+=faithd ifmcstat ndp rip6query rtsold
40.endif
41.if (${USE_INET6} != "no")
42SUBDIR+=mld6query route6d rtadvd traceroute6 
43.endif
44
45# ATM PVC
46SUBDIR+=pvcsif pvctxctl
47
48.if (${MKCRYPTO} != "no")
49SUBDIR+= racoon racoonctl
50.endif
51
52# IP Filter
53.if (${MKIPFILTER} != "no")
54SUBDIR+=ipf
55.endif
56
57# PF
58.if (${MKPF} != "no")
59SUBDIR+=pf
60.endif
61
62.include <bsd.subdir.mk>
63