1 # $NetBSD: Makefile,v 1.270 2015/03/22 09:57:42 ast 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 \ 7 bad144 bootp btattach btconfig btdevctl bthcid btpand catman \ 8 chroot cnwctl cpuctl crash \ 9 dev_mkdb diskpart dumpfs dumplfs \ 10 edquota eeprom envstat eshconfig etcupdate extattrctl \ 11 flashctl fssconfig fusermount fwctl \ 12 gpioctl grfconfig gspa \ 13 hdaudioctl \ 14 i2cscan ifwatchd inetd installboot iopctl iostat ipwctl irdaattach \ 15 isdn isibootd iteconfig iwictl \ 16 kgmon \ 17 lastlogin ldpd link lmcconfig lockstat lpr \ 18 mailwrapper makefs map-mbone mdconfig memswitch mlxctl mmcformat \ 19 mopd mountd moused mrinfo mrouted mscdlabel mtrace mtree \ 20 ndbootd ndiscvt netgroup_mkdb nfsd \ 21 ofctl \ 22 paxctl pcictl perfused psrset pstat pwd_mkdb postinstall \ 23 powerd \ 24 quot quotacheck quotaon quotarestore \ 25 rarpd rbootd rdate repquota rmt rpc.bootparamd rpc.lockd \ 26 rpc.pcnfsd rpc.statd rpcbind rwhod \ 27 sa screenblank sdpd service services_mkdb sesd schedctl \ 28 sliplogin spray \ 29 srtconfig sti sunlabel sup sysinst syslogd \ 30 tadpolectl tcpdchk tcpdmatch tcpdrop timed tpctl tprof traceroute trpt \ 31 unlink usbdevs user \ 32 videomode vipw veriexecgen vnconfig \ 33 wakeonlan wiconfig wlanctl wsconscfg wsfontload wsmoused wsmuxctl \ 34 zdump zic 35 36 .if ${MKMAKEMANDB} != "no" 37 SUBDIR+= makemandb 38 .endif 39 40 .if (${MKYP} != "no") 41 SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset 42 .endif 43 44 .if (${MKRUMP} != "no") 45 SUBDIR+= puffs 46 .endif 47 48 .if ${TOOLCHAIN_MISSING} != "no" 49 SUBDIR+= mdsetimage 50 .endif 51 52 .if (${MKINET6} != "no") 53 SUBDIR+=faithd ifmcstat ndp rip6query rtsold 54 .endif 55 .if (${USE_INET6} != "no") 56 SUBDIR+=mld6query route6d rtadvd traceroute6 57 .endif 58 59 # ATM PVC 60 SUBDIR+=pvcsif pvctxctl 61 62 .if (${MKCRYPTO} != "no") 63 SUBDIR+= racoon racoonctl 64 .endif 65 66 # NPF 67 .if (${MKNPF} != "no") 68 SUBDIR+=npf 69 .endif 70 71 # PF 72 .if (${MKPF} != "no") 73 SUBDIR+=pf 74 .endif 75 76 .include <bsd.subdir.mk> 77