1
2.include <src.opts.mk>
3
4SUBDIR=adjkerntz \
5	camcontrol \
6	clri \
7	comcontrol \
8	conscontrol \
9	ddb \
10	devd \
11	devfs \
12	devmatch \
13	dhclient \
14	dmesg \
15	dump \
16	dumpfs \
17	dumpon \
18	etherswitchcfg \
19	ffsinfo \
20	fsck \
21	fsck_ffs \
22	fsck_msdosfs \
23	fsdb \
24	fsirand \
25	geom \
26	ggate \
27	growfs \
28	gvinum \
29	ifconfig \
30	init \
31	kldconfig \
32	kldload \
33	kldstat \
34	kldunload \
35	ldconfig \
36	md5 \
37	mdconfig \
38	mdmfs \
39	mknod \
40	mksnap_ffs \
41	mount \
42	mount_cd9660 \
43	mount_fusefs \
44	mount_msdosfs \
45	mount_nfs \
46	mount_nullfs \
47	mount_udf \
48	mount_unionfs \
49	newfs \
50	newfs_msdos \
51	nfsiod \
52	nos-tun \
53	nvmecontrol \
54	pfilctl \
55	rcorder \
56	reboot \
57	recoverdisk \
58	resolvconf \
59	restore \
60	route \
61	savecore \
62	setkey \
63	shutdown \
64	swapon \
65	sysctl \
66	tunefs \
67	umount
68
69.if ${MK_INET} != "no" || ${MK_INET6} != "no"
70SUBDIR+=	ping
71.endif
72
73SUBDIR.${MK_CCD}+=	ccdconfig
74SUBDIR.${MK_HAST}+=	hastctl
75SUBDIR.${MK_HAST}+=	hastd
76SUBDIR.${MK_INET6}+=	rtsol
77SUBDIR.${MK_IPFILTER}+=	ipf
78SUBDIR.${MK_IPFW}+=	ipfw
79SUBDIR.${MK_IPFW}+=	natd
80SUBDIR.${MK_OPENSSL}+=	decryptcore
81SUBDIR.${MK_PF}+=	pfctl
82SUBDIR.${MK_PF}+=	pflogd
83SUBDIR.${MK_PF}+=	pflowctl
84SUBDIR.${MK_QUOTAS}+=	quotacheck
85SUBDIR.${MK_ROUTED}+=	routed
86SUBDIR.${MK_VERIEXEC}+=	veriexec
87SUBDIR.${MK_ZFS}+=	bectl
88SUBDIR.${MK_ZFS}+=	zfsbootcfg
89
90SUBDIR.${MK_TESTS}+=	tests
91
92.include <bsd.arch.inc.mk>
93
94SUBDIR_PARALLEL=
95
96.include <bsd.prog.mk>
97
98.include <bsd.subdir.mk>
99