]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/Makefile
Import tzdata 2019b.
[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         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
73 SUBDIR.${MK_ATM}+=      atm
74 SUBDIR.${MK_CCD}+=      ccdconfig
75 SUBDIR.${MK_CXX}+=      devd
76 SUBDIR.${MK_HAST}+=     hastctl
77 SUBDIR.${MK_HAST}+=     hastd
78 SUBDIR.${MK_INET6}+=    ping6
79 SUBDIR.${MK_INET6}+=    rtsol
80 SUBDIR.${MK_IPFILTER}+= ipf
81 SUBDIR.${MK_IPFW}+=     ipfw
82 SUBDIR.${MK_IPFW}+=     natd
83 SUBDIR.${MK_ISCSI}+=    iscontrol
84 SUBDIR.${MK_NAND}+=     nandfs
85 SUBDIR.${MK_NAND}+=     newfs_nandfs
86 SUBDIR.${MK_PF}+=       pfctl
87 SUBDIR.${MK_PF}+=       pflogd
88 SUBDIR.${MK_QUOTAS}+=   quotacheck
89 SUBDIR.${MK_ROUTED}+=   routed
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>