]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/Makefile
MFC r368207,368607:
[FreeBSD/stable/10.git] / sbin / Makefile
1 #       @(#)Makefile    8.5 (Berkeley) 3/31/94
2 # $FreeBSD$
3
4 .include <bsd.own.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 .if ${MK_ATM} != "no"
74 SUBDIR+=        atm
75 .endif
76 SUBDIR.${MK_ZFS}+=      zfsbootcfg
77
78 .if ${MK_CCD} != "no"
79 SUBDIR+=        ccdconfig
80 .endif
81
82 .if ${MK_CXX} != "no"
83 SUBDIR+=        devd
84 .endif
85
86 .if ${MK_HAST} != "no"
87 SUBDIR+=        hastctl
88 SUBDIR+=        hastd
89 .endif
90
91 .if ${MK_INET6} != "no"
92 SUBDIR+=        ping6
93 SUBDIR+=        rtsol
94 .endif
95         
96 .if ${MK_IPFILTER} != "no"
97 SUBDIR+=        ipf
98 .endif
99
100 .if ${MK_IPFW} != "no"
101 SUBDIR+=        ipfw
102 SUBDIR+=        natd
103 .endif
104
105 .if ${MK_ISCSI} != "no"
106 SUBDIR+=        iscontrol
107 .endif
108
109 .if ${MK_NAND} != "no"
110 SUBDIR+=        nandfs
111 SUBDIR+=        newfs_nandfs
112 .endif
113
114 .if ${MK_PF} != "no"
115 SUBDIR+=        pfctl
116 SUBDIR+=        pflogd
117 .endif
118
119 .if ${MK_QUOTAS} != "no"
120 SUBDIR+=        quotacheck
121 .endif
122
123 .if ${MK_ROUTED} != "no"
124 SUBDIR+=        routed
125 .endif
126
127 .if ${MK_TESTS} != "no"
128 SUBDIR+=        tests
129 .endif
130
131 .include <bsd.arch.inc.mk>
132
133 SUBDIR_PARALLEL=
134
135 .include <bsd.subdir.mk>