11.294Sbrad#	$NetBSD: Makefile,v 1.294 2025/03/11 13:56:48 brad Exp $
21.136Stls#	from: @(#)Makefile	5.20 (Berkeley) 6/12/93
31.1Scgd
41.145Sthorpej.include <bsd.own.mk>
51.145Sthorpej
61.276SchristosSUBDIR=	ac accton acpitools altq apm apmd arp autofs \
71.274Snat	bad144 bootp bta2dpd btattach btconfig btdevctl bthcid btpand catman \
81.292Sriastrad	certctl chroot cnwctl cpuctl crash \
91.291Snia	dev_mkdb diskpart dumpfs dumplfs \
101.294Sbrad	edquota eeprom emcfanctl envstat etcupdate extattrctl \
111.276Schristos	flashctl fssconfig fstyp fusermount fwctl \
121.257Smatt	gpioctl grfconfig gspa \
131.257Smatt	hdaudioctl \
141.271Sknakahar	i2cscan ifwatchd inetd installboot intrctl iopctl iostat ipwctl irdaattach \
151.279Smaxv	isibootd iteconfig iwictl \
161.257Smatt	kgmon \
171.280Smaxv	lastlogin ldpd link lockstat lpr \
181.291Snia	mailwrapper makefs map-mbone mdconfig memswitch mlxctl mmcformat \
191.291Snia	mopd mountd moused mrinfo mrouted mscdlabel mtrace mtree \
201.277Smartin	ndbootd netgroup_mkdb nfsd \
211.257Smatt	ofctl \
221.268Schristos	paxctl pcictl perfused psrset pstat pwd_mkdb postinstall \
231.272Schristos	powerd puffs \
241.263Sdholland	quot quotacheck quotaon quotarestore \
251.257Smatt	rarpd rbootd rdate repquota rmt rpc.bootparamd rpc.lockd \
261.257Smatt	rpc.pcnfsd rpc.statd rpcbind rwhod \
271.270Sast	sa screenblank sdpd service services_mkdb sesd schedctl \
281.270Sast	sliplogin spray \
291.281Schristos	srtconfig sti sunlabel sysinst syslogd \
301.291Snia	tadpolectl tcpdchk tcpdmatch tcpdrop timed tpctl tprof traceroute trpt \
311.293Sbrad	umcpmioctl unlink usbdevs user \
321.257Smatt	videomode vipw veriexecgen vnconfig \
331.285Sriastrad	wakeonlan wg-keygen wg-userspace wgconfig wiconfig wlanctl \
341.285Sriastrad	wsconscfg wsfontload wsmoused wsmuxctl \
351.285Sriastrad	zdump zic
361.171Sthorpej
371.261Sjoerg.if ${MKMAKEMANDB} != "no"
381.261SjoergSUBDIR+= makemandb
391.261Sjoerg.endif
401.261Sjoerg
411.171Sthorpej.if (${MKYP} != "no")
421.171SthorpejSUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
431.171Sthorpej.endif
441.167Sross
451.189Slukem.if ${TOOLCHAIN_MISSING} != "no"
461.169SwizSUBDIR+= mdsetimage
471.167Sross.endif
481.136Stls
491.201Slukem.if (${MKINET6} != "no")
501.273SchristosSUBDIR+=faithd ifmcstat ip6addrctl ndp rip6query rtsold
511.201Slukem.endif
521.201Slukem.if (${USE_INET6} != "no")
531.201SlukemSUBDIR+=mld6query route6d rtadvd traceroute6 
541.187Smatt.endif
551.136Stls
561.286SchristosSUBDIR+= plainrsa-gen racoon racoonctl
571.1Scgd
581.282SmaxvSUBDIR+= nvmmctl
591.282Smaxv
601.246Srmind# NPF
611.246Srmind.if (${MKNPF} != "no")
621.246SrmindSUBDIR+=npf
631.246Srmind.endif
641.246Srmind
651.190Sitojun# PF
661.199Speter.if (${MKPF} != "no")
671.195SyamtSUBDIR+=pf
681.199Speter.endif
691.190Sitojun
701.1Scgd.include <bsd.subdir.mk>
71