1 # $NetBSD: Makefile,v 1.198 2005/02/19 16:55:04 thorpej Exp $ 2 # from: @(#)Makefile 5.20 (Berkeley) 6/12/93 3 4 .include <bsd.own.mk> 5 6 SUBDIR= 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 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 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 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 wlanctl wsconscfg \ 23 wsfontload wsmoused wsmuxctl zdump zic 24 25 .if (${MKKERBEROS} != "no") 26 SUBDIR+= hprop kadmin kdc kstash ktutil 27 .endif 28 29 .if (${MKYP} != "no") 30 SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset 31 .endif 32 33 .if ${TOOLCHAIN_MISSING} != "no" 34 SUBDIR+= mdsetimage 35 .endif 36 37 .if (${MKINET6} != no) 38 SUBDIR+=faithd ifmcstat mld6query ndp \ 39 rip6query route6d rtadvd traceroute6 rtsold 40 .endif 41 42 # ATM PVC 43 SUBDIR+=pvcsif pvctxctl 44 45 .if (${MKCRYPTO} != "no") 46 SUBDIR+= racoon racoonctl 47 .endif 48 49 # PF 50 SUBDIR+=pf 51 52 .include <bsd.subdir.mk> 53