1
2.include <src.opts.mk>
3
4SUBDIR=	adduser \
5	arp \
6	binmiscctl \
7	boottrace \
8	bsdconfig \
9	camdd \
10	cdcontrol \
11	chkgrp \
12	chown \
13	chroot \
14	ckdist \
15	clear_locks \
16	crashinfo \
17	cron \
18	daemon \
19	dconschat \
20	devctl \
21	devinfo \
22	diskinfo \
23	dumpcis \
24	etcupdate \
25	extattr \
26	extattrctl \
27	fifolog \
28	fstyp \
29	fwcontrol \
30	fwget \
31	getfmac \
32	getpmac \
33	gstat \
34	i2c \
35	ifmcstat \
36	iostat \
37	iovctl \
38	kldxref \
39	mailwrapper \
40	makefs \
41	memcontrol \
42	mergemaster \
43	mfiutil \
44	mixer \
45	mlxcontrol \
46	mountd \
47	mount_smbfs \
48	mpsutil \
49	mptutil \
50	mtest \
51	newsyslog \
52	nfscbd \
53	nfsd \
54	nfsdumpstate \
55	nfsrevoke \
56	nfsuserd \
57	nmtree \
58	nologin \
59	pciconf \
60	periodic \
61	pnfsdscopymr \
62	pnfsdsfile \
63	pnfsdskill \
64	powerd \
65	prometheus_sysctl_exporter \
66	pstat \
67	pw \
68	pwd_mkdb \
69	pwm \
70	quot \
71	rarpd \
72	rmt \
73	rpcbind \
74	rpc.lockd \
75	rpc.statd \
76	rpc.umntall \
77	rtprio \
78	rwhod \
79	service \
80	services_mkdb \
81	sesutil \
82	setfib \
83	setfmac \
84	setpmac \
85	smbmsg \
86	snapinfo \
87	spi \
88	spray \
89	syslogd \
90	sysrc \
91	tcpdrop \
92	tcpdump \
93	tcpsso \
94	traceroute \
95	trim \
96	tzsetup \
97	ugidfw \
98	valectl \
99	vigr \
100	vipw \
101	wake \
102	watch \
103	watchdogd \
104	zdump \
105	zic \
106	zonectl
107
108# NB: keep these sorted by MK_* knobs
109
110SUBDIR.${MK_ACCT}+=	accton
111SUBDIR.${MK_ACCT}+=	sa
112SUBDIR.${MK_AUDIT}+=	audit
113SUBDIR.${MK_AUDIT}+=	auditd
114.if ${MK_OPENSSL} != "no"
115SUBDIR.${MK_AUDIT}+=	auditdistd
116.endif
117SUBDIR.${MK_AUDIT}+=	auditreduce
118SUBDIR.${MK_AUDIT}+=	praudit
119SUBDIR.${MK_AUTHPF}+=	authpf
120SUBDIR.${MK_AUTOFS}+=	autofs
121SUBDIR.${MK_BLACKLIST}+=	blacklistctl
122SUBDIR.${MK_BLACKLIST}+=	blacklistd
123SUBDIR.${MK_BLUETOOTH}+=	bluetooth
124SUBDIR.${MK_BOOTPARAMD}+=	bootparamd
125SUBDIR.${MK_BSDINSTALL}+=	bsdinstall
126SUBDIR.${MK_BSNMP}+=	bsnmpd
127.if ${MK_CAROOT} != "no"
128SUBDIR.${MK_OPENSSL}+=	certctl
129.endif
130SUBDIR.${MK_CXGBETOOL}+=	cxgbetool
131SUBDIR.${MK_EFI}+=	efivar efidp efibootmgr efitable efiwake
132.if ${MK_OPENSSL} != "no"
133SUBDIR.${MK_EFI}+=	uefisign
134.endif
135SUBDIR.${MK_FDT}+=	ofwdump
136SUBDIR.${MK_FLOPPY}+=	fdcontrol
137SUBDIR.${MK_FLOPPY}+=	fdformat
138SUBDIR.${MK_FLOPPY}+=	fdread
139SUBDIR.${MK_FLOPPY}+=	fdwrite
140SUBDIR.${MK_FREEBSD_UPDATE}+=	freebsd-update
141SUBDIR.${MK_GSSAPI}+=	gssd
142SUBDIR.${MK_GPIO}+=	gpioctl
143SUBDIR.${MK_HYPERV}+=	hyperv
144SUBDIR.${MK_INET6}+=	ip6addrctl
145SUBDIR.${MK_INET6}+=	mld6query
146SUBDIR.${MK_INET6}+=	ndp
147SUBDIR.${MK_INET6}+=	rip6query
148SUBDIR.${MK_INET6}+=	route6d
149SUBDIR.${MK_INET6}+=	rrenumd
150SUBDIR.${MK_INET6}+=	rtadvctl
151SUBDIR.${MK_INET6}+=	rtadvd
152SUBDIR.${MK_INET6}+=	rtsold
153SUBDIR.${MK_INET6}+=	traceroute6
154SUBDIR.${MK_INETD}+=	inetd
155SUBDIR.${MK_IPFW}+=	ipfwpcap
156SUBDIR.${MK_ISCSI}+=	ctladm ctld iscsid
157SUBDIR.${MK_JAIL}+=	jail
158SUBDIR.${MK_JAIL}+=	jexec
159SUBDIR.${MK_JAIL}+=	jls
160# XXX MK_SYSCONS
161SUBDIR.${MK_LEGACY_CONSOLE}+=	kbdcontrol
162SUBDIR.${MK_LEGACY_CONSOLE}+=	kbdmap
163SUBDIR.${MK_LEGACY_CONSOLE}+=	moused
164SUBDIR.${MK_LEGACY_CONSOLE}+=	vidcontrol
165SUBDIR.${MK_PPP}+=	pppctl
166SUBDIR.${MK_NS_CACHING}+=	nscd
167SUBDIR.${MK_LPR}+=	lpr
168SUBDIR.${MK_MAN_UTILS}+=	manctl
169SUBDIR.${MK_MLX5TOOL}+=	mlx5tool
170SUBDIR.${MK_NETGRAPH}+=	flowctl
171SUBDIR.${MK_NETGRAPH}+=	ngctl
172SUBDIR.${MK_NETGRAPH}+=	nghook
173SUBDIR.${MK_NIS}+=	rpc.yppasswdd
174SUBDIR.${MK_NIS}+=	rpc.ypupdated
175SUBDIR.${MK_NIS}+=	rpc.ypxfrd
176SUBDIR.${MK_NIS}+=	ypbind
177SUBDIR.${MK_NIS}+=	ypldap
178SUBDIR.${MK_NIS}+=	yp_mkdb
179SUBDIR.${MK_NIS}+=	yppoll
180SUBDIR.${MK_NIS}+=	yppush
181SUBDIR.${MK_NIS}+=	ypserv
182SUBDIR.${MK_NIS}+=	ypset
183SUBDIR.${MK_NTP}+=	ntp
184SUBDIR.${MK_OPENSSL}+=	keyserv
185SUBDIR.${MK_OPENSSL_KTLS}+=	rpc.tlsclntd
186SUBDIR.${MK_OPENSSL_KTLS}+=	rpc.tlsservd
187SUBDIR.${MK_PF}+=	ftp-proxy
188SUBDIR.${MK_PKGBOOTSTRAP}+=	pkg
189SUBDIR.${MK_PMC}+=	pmc pmcannotate pmccontrol pmcstat pmcstudy
190SUBDIR.${MK_PPP}+=	ppp
191SUBDIR.${MK_QUOTAS}+=	edquota
192SUBDIR.${MK_QUOTAS}+=	quotaon
193SUBDIR.${MK_QUOTAS}+=	repquota
194SUBDIR.${MK_SENDMAIL}+=	editmap
195SUBDIR.${MK_SENDMAIL}+=	mailstats
196SUBDIR.${MK_SENDMAIL}+=	makemap
197SUBDIR.${MK_SENDMAIL}+=	praliases
198SUBDIR.${MK_SENDMAIL}+=	sendmail
199SUBDIR.${MK_TCP_WRAPPERS}+=	tcpdchk
200SUBDIR.${MK_TCP_WRAPPERS}+=	tcpdmatch
201SUBDIR.${MK_TOOLCHAIN}+=	config
202SUBDIR.${MK_TOOLCHAIN}+=	crunch
203SUBDIR.${MK_UNBOUND}+=	unbound
204SUBDIR.${MK_USB}+=	uathload
205SUBDIR.${MK_USB}+=	uhsoctl
206SUBDIR.${MK_USB}+=	usbconfig
207SUBDIR.${MK_USB}+=	usbdump
208SUBDIR.${MK_UTMPX}+=	ac
209SUBDIR.${MK_UTMPX}+=	lastlogin
210SUBDIR.${MK_UTMPX}+=	utx
211SUBDIR.${MK_WIRELESS}+=	wlandebug
212SUBDIR.${MK_WIRELESS}+=	wpa
213
214SUBDIR.${MK_TESTS}+=	tests
215
216.include <bsd.arch.inc.mk>
217
218SUBDIR_PARALLEL=
219
220# Add architecture-specific manpages
221# to be included anyway
222MAN=   apmd/apmd.8 \
223       nvram/nvram.8
224
225.include <bsd.prog.mk>
226
227.include <bsd.subdir.mk>
228