# $NetBSD: Makefile,v 1.302 2025/12/28 19:35:47 thorpej Exp $ # from: @(#)Makefile 5.20 (Berkeley) 6/12/93 .include SUBDIR= ac accton acpitools altq apm apmd arp \ bad144 bootp catman \ certctl chroot cpuctl crash \ dev_mkdb diskpart dumpfs \ edquota eeprom emcfanctl envstat etcupdate extattrctl \ flashctl fssconfig fstyp fusermount fwctl \ gpioctl grfconfig gspa \ i2cscan ifwatchd inetd installboot intrctl iopctl iostat ipwctl irdaattach \ isibootd iteconfig \ kgmon \ lastlogin ldpd link lockstat lpr \ mailwrapper makefs map-mbone mdconfig memswitch mlxctl mmcformat \ mopd moused mrinfo mrouted mscdlabel mtrace mtree \ ndbootd netgroup_mkdb \ ofctl \ paxctl pcictl perfused psrset pstat pwd_mkdb postinstall \ powerd puffs \ quot quotacheck quotaon quotarestore \ rarpd rbootd rdate repquota rmt rpc.bootparamd rpcbind rwhod \ sa screenblank service services_mkdb sesd schedctl \ sliplogin spray \ srtconfig sti sunlabel sysinst syslogd \ tadpolectl tcpdchk tcpdmatch tcpdrop timed tpctl tprof traceroute trpt \ unlink user \ videomode vipw veriexecgen vnconfig \ wakeonlan wg-keygen wg-userspace wgconfig \ wsconscfg wsfontload wsmoused wsmuxctl \ zdump zic .if (${MKAUDIO} != "no") SUBDIR+= hdaudioctl .endif .if (${MKAUTOFS} != "no") SUBDIR+= autofs .endif .if (${MKLFS} != "no") SUBDIR+= dumplfs .endif .if (${MKNFS} != "no") SUBDIR+= mountd nfsd rpc.lockd rpc.pcnfsd rpc.statd .endif .if (${MKBLUETOOTH} != "no") SUBDIR+= bta2dpd btattach btconfig btdevctl bthcid btpand sdpd .endif .if ${MKMAKEMANDB} != "no" SUBDIR+= makemandb .endif .if ${MKUSB} != "no" SUBDIR+= umcpmioctl usbdevs .endif .if (${MKYP} != "no") SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset .endif .if ${TOOLCHAIN_MISSING} != "no" SUBDIR+= mdsetimage .endif .if (${MKINET6} != "no") SUBDIR+=faithd ifmcstat ip6addrctl ndp rip6query rtsold .endif .if (${USE_INET6} != "no") SUBDIR+=mld6query route6d rtadvd traceroute6 .endif .if (${MKIPSEC} != "no") SUBDIR+= plainrsa-gen racoon racoonctl .endif SUBDIR+= nvmmctl # NPF .if (${MKNPF} != "no") SUBDIR+=npf .endif # PF .if (${MKPF} != "no") SUBDIR+=pf .endif .if (${MKWLAN} != "no") SUBDIR+=cnwctl iwictl wiconfig wlanctl .endif .include