]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/Makefile
This commit was generated by cvs2svn to compensate for changes in r164219,
[FreeBSD/FreeBSD.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         ${_atm} \
11         badsect \
12         bsdlabel \
13         camcontrol \
14         ccdconfig \
15         clri \
16         comcontrol \
17         conscontrol \
18         ${_devd} \
19         devfs \
20         dhclient \
21         dmesg \
22         dump \
23         dumpfs \
24         dumpon \
25         ${_fdisk} \
26         ${_fdisk_pc98} \
27         ffsinfo \
28         fsck \
29         fsck_ffs \
30         fsck_msdosfs \
31         fsdb \
32         fsirand \
33         gbde \
34         geom \
35         ggate \
36         gpt \
37         growfs \
38         gvinum \
39         idmapd \
40         ifconfig \
41         init \
42         ${_ipf} \
43         ipfw \
44         kldconfig \
45         kldload \
46         kldstat \
47         kldunload \
48         ldconfig \
49         ${_mca} \
50         md5 \
51         mdconfig \
52         mdmfs \
53         mknod \
54         mksnap_ffs \
55         mount \
56         mount_cd9660 \
57         mount_ext2fs \
58         mount_msdosfs \
59         mount_nfs \
60         mount_nfs4 \
61         mount_ntfs \
62         mount_nullfs \
63         mount_std \
64         mount_udf \
65         mount_umapfs \
66         mount_unionfs \
67         natd \
68         newfs \
69         newfs_msdos \
70         nfsiod \
71         nos-tun \
72         ${_pfctl} \
73         ${_pflogd} \
74         ping \
75         ${_ping6} \
76         quotacheck \
77         rcorder \
78         reboot \
79         restore \
80         route \
81         routed \
82         ${_rtsol} \
83         savecore \
84         ${_sconfig} \
85         setkey \
86         shutdown \
87         slattach \
88         spppcontrol \
89         startslip \
90         sunlabel \
91         swapon \
92         sysctl \
93         tunefs \
94         umount \
95
96 .if ${MK_ATM} != "no"
97 _atm=           atm
98 .endif
99
100 .if ${MK_CXX} != "no"
101 _devd=          devd
102 .endif
103
104 .if ${MK_IPFILTER} != "no"
105 _ipf=           ipf
106 .endif
107
108 .if ${MK_PF} != "no"
109 _pfctl=         pfctl
110 _pflogd=        pflogd
111 .endif
112
113 .if ${MK_INET6} != "no"
114 _ping6=         ping6
115 _rtsol=         rtsol
116 .endif
117
118 .if ${MACHINE_ARCH} == "i386"
119 .if ${MACHINE} == "i386"
120 _fdisk=         fdisk
121 .elif ${MACHINE} == "pc98"
122 _fdisk_pc98=    fdisk_pc98
123 .endif
124 _sconfig=       sconfig
125 .endif
126
127 .if ${MACHINE_ARCH} == "amd64"
128 _fdisk=         fdisk
129 .endif
130
131 .if ${MACHINE_ARCH} == "arm"
132 _fdisk=         fdisk
133 .endif
134
135 .if ${MACHINE_ARCH} == "ia64"
136 _fdisk=         fdisk
137 _mca=           mca
138 .endif
139
140 .include <bsd.subdir.mk>