1 1.290 nia # $NetBSD: Makefile,v 1.290 2022/05/29 15:23:20 nia Exp $ 2 1.136 tls # from: @(#)Makefile 5.20 (Berkeley) 6/12/93 3 1.1 cgd 4 1.145 thorpej .include <bsd.own.mk> 5 1.145 thorpej 6 1.276 christos SUBDIR= ac accton acpitools altq apm apmd arp autofs \ 7 1.274 nat bad144 bootp bta2dpd btattach btconfig btdevctl bthcid btpand catman \ 8 1.257 matt chroot cnwctl cpuctl crash \ 9 1.289 nia dev_mkdb diskpart dumpfs \ 10 1.283 thorpej edquota eeprom envstat etcupdate extattrctl \ 11 1.276 christos flashctl fssconfig fstyp fusermount fwctl \ 12 1.257 matt gpioctl grfconfig gspa \ 13 1.257 matt hdaudioctl \ 14 1.271 knakahar i2cscan ifwatchd inetd installboot intrctl iopctl iostat ipwctl irdaattach \ 15 1.279 maxv isibootd iteconfig iwictl \ 16 1.257 matt kgmon \ 17 1.280 maxv lastlogin ldpd link lockstat lpr \ 18 1.287 nia mailwrapper makefs mdconfig memswitch mlxctl mmcformat \ 19 1.290 nia mopd mountd mscdlabel mtree \ 20 1.277 martin ndbootd netgroup_mkdb nfsd \ 21 1.257 matt ofctl \ 22 1.268 christos paxctl pcictl perfused psrset pstat pwd_mkdb postinstall \ 23 1.272 christos powerd puffs \ 24 1.263 dholland quot quotacheck quotaon quotarestore \ 25 1.257 matt rarpd rbootd rdate repquota rmt rpc.bootparamd rpc.lockd \ 26 1.257 matt rpc.pcnfsd rpc.statd rpcbind rwhod \ 27 1.270 ast sa screenblank sdpd service services_mkdb sesd schedctl \ 28 1.270 ast sliplogin spray \ 29 1.281 christos srtconfig sti sunlabel sysinst syslogd \ 30 1.290 nia tadpolectl tcpdchk tcpdmatch tcpdrop tpctl tprof traceroute trpt \ 31 1.257 matt unlink usbdevs user \ 32 1.257 matt videomode vipw veriexecgen vnconfig \ 33 1.285 riastrad wakeonlan wg-keygen wg-userspace wgconfig wiconfig wlanctl \ 34 1.285 riastrad wsconscfg wsfontload wsmoused wsmuxctl \ 35 1.285 riastrad zdump zic 36 1.171 thorpej 37 1.289 nia .if ${MKLFS} != "no" 38 1.289 nia SUBDIR+= dumplfs 39 1.289 nia .endif 40 1.289 nia 41 1.261 joerg .if ${MKMAKEMANDB} != "no" 42 1.261 joerg SUBDIR+= makemandb 43 1.261 joerg .endif 44 1.261 joerg 45 1.288 nia .if ${MKMROUTING} != "no" 46 1.287 nia SUBDIR+= map-mbone mrinfo mrouted mtrace 47 1.287 nia .endif 48 1.287 nia 49 1.290 nia .if ${MKMOUSED} != "no" 50 1.290 nia SUBDIR+= moused 51 1.290 nia .endif 52 1.290 nia 53 1.290 nia .if ${MKTIMED} != "no" 54 1.290 nia SUBDIR+= timed 55 1.290 nia .endif 56 1.290 nia 57 1.171 thorpej .if (${MKYP} != "no") 58 1.171 thorpej SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset 59 1.171 thorpej .endif 60 1.167 ross 61 1.189 lukem .if ${TOOLCHAIN_MISSING} != "no" 62 1.169 wiz SUBDIR+= mdsetimage 63 1.167 ross .endif 64 1.136 tls 65 1.201 lukem .if (${MKINET6} != "no") 66 1.273 christos SUBDIR+=faithd ifmcstat ip6addrctl ndp rip6query rtsold 67 1.201 lukem .endif 68 1.201 lukem .if (${USE_INET6} != "no") 69 1.201 lukem SUBDIR+=mld6query route6d rtadvd traceroute6 70 1.187 matt .endif 71 1.136 tls 72 1.286 christos SUBDIR+= plainrsa-gen racoon racoonctl 73 1.1 cgd 74 1.282 maxv SUBDIR+= nvmmctl 75 1.282 maxv 76 1.246 rmind # NPF 77 1.246 rmind .if (${MKNPF} != "no") 78 1.246 rmind SUBDIR+=npf 79 1.246 rmind .endif 80 1.246 rmind 81 1.190 itojun # PF 82 1.199 peter .if (${MKPF} != "no") 83 1.195 yamt SUBDIR+=pf 84 1.199 peter .endif 85 1.190 itojun 86 1.1 cgd .include <bsd.subdir.mk> 87