Makefile revision 1.192
1#	$NetBSD: Makefile,v 1.192 2004/06/26 13:14:27 he 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 fssconfig grfconfig \
10	grfinfo gspa hilinfo ifwatchd inetd installboot \
11	iopctl iostat ipf irdaattach isdn iteconfig \
12	kgmon lastlogin link 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 powerd quot quotacheck quotaon rarpd rbootd rdate \
17	repquota rmt rpc.bootparamd rpc.lockd rpc.pcnfsd \
18	rpc.statd rpcbind rwhod sa screenblank sesd \
19	sliplogin slstats spamdb sntp \
20	spray sunlabel sup sushi syslogd tadpolectl tcpdchk \
21	tcpdmatch tcpdump timed tpctl traceroute trpt trsp unlink \
22	usbdevs user videomode vipw vnconfig wiconfig wsconscfg \
23	wsfontload wsmoused wsmuxctl zdump zic
24
25.if (${MKKERBEROS} != "no")
26SUBDIR+= hprop kadmin kdc kstash ktutil
27.endif
28
29.if (${MKYP} != "no")
30SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
31.endif
32
33.if ${TOOLCHAIN_MISSING} != "no"
34SUBDIR+= mdsetimage
35.endif
36
37# IPv6
38.if (${MKINET6} != no)
39SUBDIR+=faithd ifmcstat mld6query ndp \
40	rip6query route6d rtadvd traceroute6 rtsold
41.endif
42
43# ATM PVC
44SUBDIR+=pvcsif pvctxctl
45
46.if (${MKCRYPTO} != "no")
47SUBDIR+= racoon
48.endif
49
50# PF
51SUBDIR+=authpf
52
53.include <bsd.subdir.mk>
54