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 6 SUBDIR= 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") 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 ndp rip6query rtsold 39 .endif 40 .if (${USE_INET6} != "no") 41 SUBDIR+=mld6query route6d rtadvd traceroute6 42 .endif 43 44 # ATM PVC 45 SUBDIR+=pvcsif pvctxctl 46 47 .if (${MKCRYPTO} != "no") 48 SUBDIR+= racoon racoonctl 49 .endif 50 51 # NPF 52 .if (${MKNPF} != "no") 53 SUBDIR+=npf 54 .endif 55 56 # IP Filter 57 .if (${MKIPFILTER} != "no") 58 SUBDIR+=ipf 59 .endif 60 61 # PF 62 .if (${MKPF} != "no") 63 SUBDIR+=pf 64 .endif 65 66 .include <bsd.subdir.mk> 67