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