]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sbin/Makefile
MFC r278717:
[FreeBSD/stable/9.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         atacontrol \
10         badsect \
11         camcontrol \
12         clri \
13         comcontrol \
14         conscontrol \
15         ddb \
16         devfs \
17         dhclient \
18         dmesg \
19         dump \
20         dumpfs \
21         dumpon \
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         hastctl \
34         hastd \
35         ifconfig \
36         init \
37         iscontrol \
38         kldconfig \
39         kldload \
40         kldstat \
41         kldunload \
42         ldconfig \
43         md5 \
44         mdconfig \
45         mdmfs \
46         mknod \
47         mksnap_ffs \
48         mount \
49         mount_cd9660 \
50         mount_msdosfs \
51         mount_nfs \
52         mount_ntfs \
53         mount_nullfs \
54         mount_udf \
55         mount_unionfs \
56         newfs \
57         newfs_msdos \
58         nfsiod \
59         nos-tun \
60         ping \
61         rcorder \
62         reboot \
63         recoverdisk \
64         resolvconf \
65         restore \
66         route \
67         savecore \
68         setkey \
69         shutdown \
70         spppcontrol \
71         swapon \
72         sysctl \
73         tunefs \
74         umount \
75
76 .if ${MK_ATM} != "no"
77 SUBDIR+=        atm
78 .endif
79
80 .if ${MK_CCD} != "no"
81 SUBDIR+=        ccdconfig
82 .endif
83
84 .if ${MK_CXX} != "no"
85 SUBDIR+=        devd
86 .endif
87
88 .if ${MK_IPFILTER} != "no"
89 SUBDIR+=        ipf
90 .endif
91
92 .if ${MK_IPFW} != "no"
93 SUBDIR+=        ipfw
94 SUBDIR+=        natd
95 .endif
96
97 .if ${MK_PF} != "no"
98 SUBDIR+=        pfctl
99 SUBDIR+=        pflogd
100 .endif
101
102 .if ${MK_INET6} != "no"
103 SUBDIR+=        ping6
104 SUBDIR+=        rtsol
105 .endif
106
107 .if ${MK_QUOTAS} != "no"
108 SUBDIR+=        quotacheck
109 .endif
110
111 .if ${MK_ROUTED} != "no"
112 SUBDIR+=        routed
113 .endif
114
115 .include <bsd.arch.inc.mk>
116
117 SUBDIR:=        ${SUBDIR:O}
118
119 SUBDIR_PARALLEL=
120
121 .include <bsd.subdir.mk>