Makefile revision 1.255
1#	$NetBSD: Makefile,v 1.255 2011/04/15 18:05:46 elric Exp $
2#	from: @(#)Makefile	5.20 (Berkeley) 6/12/93
3
4.include <bsd.own.mk>
5
6SUBDIR=	ac accton acpitools altq apm apmd arp bad144 bootp \
7	btattach btconfig btdevctl bthcid btpand catman \
8	chroot cnwctl cpuctl crash dev_mkdb \
9	dhcp diskpart dumpfs dumplfs edquota eeprom \
10	envstat eshconfig etcupdate extattrctl flashctl fssconfig fusermount \
11	fwctl gpioctl grfconfig gspa hdaudioctl ifwatchd inetd \
12	installboot \
13	iopctl iostat ipwctl irdaattach isdn iteconfig iwictl\
14	kgmon lastlogin ldpd link lmcconfig lockstat lpr mailwrapper makefs \
15	map-mbone mdconfig memswitch mlxctl mmcformat mopd mountd moused \
16	mrinfo mrouted mscdlabel mtrace \
17	mtree ndbootd ndiscvt netgroup_mkdb nfsd ofctl paxctl pcictl \
18	pppd psrset pstat pwd_mkdb postinstall powerd puffs quot quotacheck \
19	quotactl quotaon rarpd rbootd rdate \
20	repquota rmt rpc.bootparamd rpc.lockd rpc.pcnfsd \
21 	rpc.statd rpcbind rwhod sa screenblank sdpd services_mkdb sesd \
22	schedctl sliplogin \
23	spray srtconfig sti sunlabel sup syslogd tadpolectl tcpdchk \
24	tcpdmatch tcpdrop timed tpctl traceroute trpt unlink \
25	usbdevs user videomode vipw veriexecgen vnconfig wake wiconfig \
26	wlanctl \
27	wsconscfg wsfontload wsmoused wsmuxctl zdump zic
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.if (${MKINET6} != "no")
38SUBDIR+=faithd ifmcstat ndp rip6query rtsold
39.endif
40.if (${USE_INET6} != "no")
41SUBDIR+=mld6query route6d rtadvd traceroute6 
42.endif
43
44# ATM PVC
45SUBDIR+=pvcsif pvctxctl
46
47.if (${MKCRYPTO} != "no")
48SUBDIR+= racoon racoonctl
49.endif
50
51# NPF
52.if (${MKNPF} != "no")
53SUBDIR+=npf
54.endif
55
56# IP Filter
57.if (${MKIPFILTER} != "no")
58SUBDIR+=ipf
59.endif
60
61# PF
62.if (${MKPF} != "no")
63SUBDIR+=pf
64.endif
65
66.include <bsd.subdir.mk>
67