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