1 # $NetBSD: Makefile,v 1.254 2011/03/17 02:35:28 joerg 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 (${MKKERBEROS} != "no") 30 SUBDIR+= hprop kadmin kdc kstash ktutil iprop-log kdigest kimpersonate kcm 31 .endif 32 33 .if (${MKYP} != "no") 34 SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset 35 .endif 36 37 .if ${TOOLCHAIN_MISSING} != "no" 38 SUBDIR+= mdsetimage 39 .endif 40 41 .if (${MKINET6} != "no") 42 SUBDIR+=faithd ifmcstat ndp rip6query rtsold 43 .endif 44 .if (${USE_INET6} != "no") 45 SUBDIR+=mld6query route6d rtadvd traceroute6 46 .endif 47 48 # ATM PVC 49 SUBDIR+=pvcsif pvctxctl 50 51 .if (${MKCRYPTO} != "no") 52 SUBDIR+= racoon racoonctl 53 .endif 54 55 # NPF 56 .if (${MKNPF} != "no") 57 SUBDIR+=npf 58 .endif 59 60 # IP Filter 61 .if (${MKIPFILTER} != "no") 62 SUBDIR+=ipf 63 .endif 64 65 # PF 66 .if (${MKPF} != "no") 67 SUBDIR+=pf 68 .endif 69 70 .include <bsd.subdir.mk> 71