xref: /freebsd/sbin/Makefile (revision 6aae3517ed2500fb963ba0a4264b4756088dd0f4)
1#	@(#)Makefile	8.5 (Berkeley) 3/31/94
2# $FreeBSD$
3
4.include <src.opts.mk>
5
6SUBDIR=adjkerntz \
7	camcontrol \
8	clri \
9	comcontrol \
10	conscontrol \
11	ddb \
12	devfs \
13	devmatch \
14	dhclient \
15	dmesg \
16	dump \
17	dumpfs \
18	dumpon \
19	etherswitchcfg \
20	ffsinfo \
21	fsck \
22	fsck_ffs \
23	fsck_msdosfs \
24	fsdb \
25	fsirand \
26	gbde \
27	geom \
28	ggate \
29	growfs \
30	gvinum \
31	ifconfig \
32	init \
33	kldconfig \
34	kldload \
35	kldstat \
36	kldunload \
37	ldconfig \
38	md5 \
39	mdconfig \
40	mdmfs \
41	mknod \
42	mksnap_ffs \
43	mount \
44	mount_cd9660 \
45	mount_fusefs \
46	mount_msdosfs \
47	mount_nfs \
48	mount_nullfs \
49	mount_udf \
50	mount_unionfs \
51	newfs \
52	newfs_msdos \
53	nfsiod \
54	nos-tun \
55	pfilctl \
56	ping \
57	rcorder \
58	reboot \
59	recoverdisk \
60	resolvconf \
61	restore \
62	route \
63	savecore \
64	setkey \
65	shutdown \
66	swapon \
67	sysctl \
68	tunefs \
69	umount
70
71SUBDIR.${MK_CCD}+=	ccdconfig
72SUBDIR.${MK_CXX}+=	devd
73SUBDIR.${MK_HAST}+=	hastctl
74SUBDIR.${MK_HAST}+=	hastd
75SUBDIR.${MK_INET6}+=	rtsol
76SUBDIR.${MK_IPFILTER}+=	ipf
77SUBDIR.${MK_IPFW}+=	ipfw
78SUBDIR.${MK_IPFW}+=	natd
79SUBDIR.${MK_ISCSI}+=	iscontrol
80SUBDIR.${MK_NVME}+=	nvmecontrol
81SUBDIR.${MK_OPENSSL}+=	decryptcore
82SUBDIR.${MK_PF}+=	pfctl
83SUBDIR.${MK_PF}+=	pflogd
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# Add architecture-specific manpages
97# to be included anyway
98MAN=   sconfig/sconfig.8
99
100.include <bsd.prog.mk>
101
102.include <bsd.subdir.mk>
103