]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/Makefile
unbound: Vendor import 1.18.0
[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         devd \
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         rcorder \
57         reboot \
58         recoverdisk \
59         resolvconf \
60         restore \
61         route \
62         savecore \
63         setkey \
64         shutdown \
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_HAST}+=     hastctl
76 SUBDIR.${MK_HAST}+=     hastd
77 SUBDIR.${MK_INET6}+=    rtsol
78 SUBDIR.${MK_IPFILTER}+= ipf
79 SUBDIR.${MK_IPFW}+=     ipfw
80 SUBDIR.${MK_IPFW}+=     natd
81 SUBDIR.${MK_NVME}+=     nvmecontrol
82 SUBDIR.${MK_OPENSSL}+=  decryptcore
83 SUBDIR.${MK_PF}+=       pfctl
84 SUBDIR.${MK_PF}+=       pflogd
85 SUBDIR.${MK_QUOTAS}+=   quotacheck
86 SUBDIR.${MK_ROUTED}+=   routed
87 SUBDIR.${MK_VERIEXEC}+= veriexec
88 SUBDIR.${MK_ZFS}+=      bectl
89 SUBDIR.${MK_ZFS}+=      zfsbootcfg
90
91 SUBDIR.${MK_TESTS}+=    tests
92
93 .include <bsd.arch.inc.mk>
94
95 SUBDIR_PARALLEL=
96
97 .include <bsd.prog.mk>
98
99 .include <bsd.subdir.mk>