1 # $NetBSD: Makefile,v 1.201 2005/05/01 07:26:29 lukem 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 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") 27 SUBDIR+= hprop kadmin kdc kstash ktutil 28 .endif 29 30 .if (${MKYP} != "no") 31 SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset 32 .endif 33 34 .if ${TOOLCHAIN_MISSING} != "no" 35 SUBDIR+= mdsetimage 36 .endif 37 38 .if (${MKINET6} != "no") 39 SUBDIR+=faithd ifmcstat ndp rip6query rtsold 40 .endif 41 .if (${USE_INET6} != "no") 42 SUBDIR+=mld6query route6d rtadvd traceroute6 43 .endif 44 45 # ATM PVC 46 SUBDIR+=pvcsif pvctxctl 47 48 .if (${MKCRYPTO} != "no") 49 SUBDIR+= racoon racoonctl 50 .endif 51 52 # IP Filter 53 .if (${MKIPFILTER} != "no") 54 SUBDIR+=ipf 55 .endif 56 57 # PF 58 .if (${MKPF} != "no") 59 SUBDIR+=pf 60 .endif 61 62 .include <bsd.subdir.mk> 63