1#	$NetBSD: Makefile,v 1.292 2023/08/26 05:27:15 riastradh 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 bta2dpd btattach btconfig btdevctl bthcid btpand catman \
8	certctl chroot cnwctl cpuctl crash \
9	dev_mkdb diskpart dumpfs dumplfs \
10	edquota eeprom envstat etcupdate extattrctl \
11	flashctl fssconfig fstyp fusermount fwctl \
12	gpioctl grfconfig gspa \
13	hdaudioctl \
14	i2cscan ifwatchd inetd installboot intrctl iopctl iostat ipwctl irdaattach \
15	isibootd iteconfig iwictl \
16	kgmon \
17	lastlogin ldpd link lockstat lpr \
18	mailwrapper makefs map-mbone mdconfig memswitch mlxctl mmcformat \
19	mopd mountd moused mrinfo mrouted mscdlabel mtrace mtree \
20	ndbootd netgroup_mkdb nfsd \
21	ofctl \
22	paxctl pcictl perfused psrset pstat pwd_mkdb postinstall \
23	powerd puffs \
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 sysinst syslogd \
30	tadpolectl tcpdchk tcpdmatch tcpdrop timed tpctl tprof traceroute trpt \
31	unlink usbdevs user \
32	videomode vipw veriexecgen vnconfig \
33	wakeonlan wg-keygen wg-userspace wgconfig wiconfig wlanctl \
34	wsconscfg wsfontload wsmoused wsmuxctl \
35	zdump zic
36
37.if ${MKMAKEMANDB} != "no"
38SUBDIR+= makemandb
39.endif
40
41.if (${MKYP} != "no")
42SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
43.endif
44
45.if ${TOOLCHAIN_MISSING} != "no"
46SUBDIR+= mdsetimage
47.endif
48
49.if (${MKINET6} != "no")
50SUBDIR+=faithd ifmcstat ip6addrctl ndp rip6query rtsold
51.endif
52.if (${USE_INET6} != "no")
53SUBDIR+=mld6query route6d rtadvd traceroute6 
54.endif
55
56SUBDIR+= plainrsa-gen racoon racoonctl
57
58SUBDIR+= nvmmctl
59
60# NPF
61.if (${MKNPF} != "no")
62SUBDIR+=npf
63.endif
64
65# PF
66.if (${MKPF} != "no")
67SUBDIR+=pf
68.endif
69
70.include <bsd.subdir.mk>
71