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