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