Makefile revision 1.295
1#	$NetBSD: Makefile,v 1.295 2025/12/22 03:11:06 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 cnwctl 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	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 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	umcpmioctl 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 (${MKBLUETOOTH} != "no")
38SUBDIR+= bta2dpd btattach btconfig btdevctl bthcid btpand sdpd
39.endif
40
41.if ${MKMAKEMANDB} != "no"
42SUBDIR+= makemandb
43.endif
44
45.if (${MKYP} != "no")
46SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
47.endif
48
49.if ${TOOLCHAIN_MISSING} != "no"
50SUBDIR+= mdsetimage
51.endif
52
53.if (${MKINET6} != "no")
54SUBDIR+=faithd ifmcstat ip6addrctl ndp rip6query rtsold
55.endif
56.if (${USE_INET6} != "no")
57SUBDIR+=mld6query route6d rtadvd traceroute6 
58.endif
59
60SUBDIR+= plainrsa-gen racoon racoonctl
61
62SUBDIR+= nvmmctl
63
64# NPF
65.if (${MKNPF} != "no")
66SUBDIR+=npf
67.endif
68
69# PF
70.if (${MKPF} != "no")
71SUBDIR+=pf
72.endif
73
74.include <bsd.subdir.mk>
75