Makefile revision 1.200
1# $NetBSD: Makefile,v 1.200 2005/04/17 15:15:49 lukem 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 ipwctl irdaattach isdn iteconfig iwictl\ 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 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 sunlabel sup sushi syslogd tadpolectl tcpdchk \ 22 tcpdmatch tcpdump timed tpctl traceroute trpt trsp unlink \ 23 usbdevs user videomode vipw vnconfig wiconfig wlanctl wsconscfg \ 24 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 mld6query ndp \ 40 rip6query route6d rtadvd traceroute6 rtsold 41.endif 42 43# ATM PVC 44SUBDIR+=pvcsif pvctxctl 45 46.if (${MKCRYPTO} != "no") 47SUBDIR+= racoon racoonctl 48.endif 49 50# IP Filter 51.if (${MKIPFILTER} != "no") 52SUBDIR+=ipf 53.endif 54 55# PF 56.if (${MKPF} != "no") 57SUBDIR+=pf 58.endif 59 60.include <bsd.subdir.mk> 61