Makefile revision 1.298
1# $NetBSD: Makefile,v 1.298 2025/12/22 17:25:51 thorpej Exp $ 2# from: @(#)Makefile 5.20 (Berkeley) 6/12/93 3 4.include <bsd.own.mk> 5 6SUBDIR= ac accton acpitools altq apm apmd arp autofs \ 7 bad144 bootp catman \ 8 certctl chroot cpuctl crash \ 9 dev_mkdb diskpart dumpfs dumplfs \ 10 edquota eeprom emcfanctl envstat etcupdate extattrctl \ 11 flashctl fssconfig fstyp fusermount fwctl \ 12 gpioctl grfconfig gspa \ 13 i2cscan ifwatchd inetd installboot intrctl iopctl iostat ipwctl irdaattach \ 14 isibootd iteconfig \ 15 kgmon \ 16 lastlogin ldpd link lockstat lpr \ 17 mailwrapper makefs map-mbone mdconfig memswitch mlxctl mmcformat \ 18 mopd mountd moused mrinfo mrouted mscdlabel mtrace mtree \ 19 ndbootd netgroup_mkdb nfsd \ 20 ofctl \ 21 paxctl pcictl perfused psrset pstat pwd_mkdb postinstall \ 22 powerd puffs \ 23 quot quotacheck quotaon quotarestore \ 24 rarpd rbootd rdate repquota rmt rpc.bootparamd rpc.lockd \ 25 rpc.pcnfsd rpc.statd rpcbind rwhod \ 26 sa screenblank service services_mkdb sesd schedctl \ 27 sliplogin spray \ 28 srtconfig sti sunlabel sysinst syslogd \ 29 tadpolectl tcpdchk tcpdmatch tcpdrop timed tpctl tprof traceroute trpt \ 30 umcpmioctl unlink usbdevs user \ 31 videomode vipw veriexecgen vnconfig \ 32 wakeonlan wg-keygen wg-userspace wgconfig \ 33 wsconscfg wsfontload wsmoused wsmuxctl \ 34 zdump zic 35 36.if (${MKAUDIO} != "no") 37SUBDIR+= hdaudioctl 38.endif 39 40.if (${MKBLUETOOTH} != "no") 41SUBDIR+= bta2dpd btattach btconfig btdevctl bthcid btpand sdpd 42.endif 43 44.if ${MKMAKEMANDB} != "no" 45SUBDIR+= makemandb 46.endif 47 48.if (${MKYP} != "no") 49SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset 50.endif 51 52.if ${TOOLCHAIN_MISSING} != "no" 53SUBDIR+= mdsetimage 54.endif 55 56.if (${MKINET6} != "no") 57SUBDIR+=faithd ifmcstat ip6addrctl ndp rip6query rtsold 58.endif 59.if (${USE_INET6} != "no") 60SUBDIR+=mld6query route6d rtadvd traceroute6 61.endif 62 63SUBDIR+= plainrsa-gen racoon racoonctl 64 65SUBDIR+= nvmmctl 66 67# NPF 68.if (${MKNPF} != "no") 69SUBDIR+=npf 70.endif 71 72# PF 73.if (${MKPF} != "no") 74SUBDIR+=pf 75.endif 76 77.if (${MKWLAN} != "no") 78SUBDIR+=cnwctl iwictl wiconfig wlanctl 79.endif 80 81.include <bsd.subdir.mk> 82