]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/Makefile
cdn-patch: offer option to mount /etc/keys before attaching geli devices
[FreeBSD/FreeBSD.git] / sbin / Makefile
1 #       @(#)Makefile    8.5 (Berkeley) 3/31/94
2
3 .include <src.opts.mk>
4
5 SUBDIR=adjkerntz \
6         camcontrol \
7         clri \
8         comcontrol \
9         conscontrol \
10         ddb \
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         gbde \
26         geom \
27         ggate \
28         growfs \
29         gvinum \
30         ifconfig \
31         init \
32         kldconfig \
33         kldload \
34         kldstat \
35         kldunload \
36         ldconfig \
37         md5 \
38         mdconfig \
39         mdmfs \
40         mknod \
41         mksnap_ffs \
42         mount \
43         mount_cd9660 \
44         mount_fusefs \
45         mount_msdosfs \
46         mount_nfs \
47         mount_nullfs \
48         mount_udf \
49         mount_unionfs \
50         newfs \
51         newfs_msdos \
52         nfsiod \
53         nos-tun \
54         pfilctl \
55         rcorder \
56         reboot \
57         recoverdisk \
58         resolvconf \
59         restore \
60         route \
61         savecore \
62         setkey \
63         shutdown \
64         spppcontrol \
65         swapon \
66         sysctl \
67         tunefs \
68         umount
69
70 .if ${MK_INET} != "no" || ${MK_INET6} != "no"
71 SUBDIR+=        ping
72 .endif
73
74 SUBDIR.${MK_CCD}+=      ccdconfig
75 SUBDIR.${MK_CXX}+=      devd
76 SUBDIR.${MK_HAST}+=     hastctl
77 SUBDIR.${MK_HAST}+=     hastd
78 SUBDIR.${MK_INET6}+=    rtsol
79 SUBDIR.${MK_IPFILTER}+= ipf
80 SUBDIR.${MK_IPFW}+=     ipfw
81 SUBDIR.${MK_IPFW}+=     natd
82 SUBDIR.${MK_ISCSI}+=    iscontrol
83 SUBDIR.${MK_NVME}+=     nvmecontrol
84 SUBDIR.${MK_OPENSSL}+=  decryptcore
85 SUBDIR.${MK_PF}+=       pfctl
86 SUBDIR.${MK_PF}+=       pflogd
87 SUBDIR.${MK_QUOTAS}+=   quotacheck
88 SUBDIR.${MK_ROUTED}+=   routed
89 SUBDIR.${MK_VERIEXEC}+= veriexec
90 SUBDIR.${MK_ZFS}+=      bectl
91 SUBDIR.${MK_ZFS}+=      zfsbootcfg
92
93 SUBDIR.${MK_TESTS}+=    tests
94
95 .include <bsd.arch.inc.mk>
96
97 SUBDIR_PARALLEL=
98
99 .include <bsd.subdir.mk>