]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/Makefile
This commit was generated by cvs2svn to compensate for changes in r146525,
[FreeBSD/FreeBSD.git] / sbin / Makefile
1 #       @(#)Makefile    8.5 (Berkeley) 3/31/94
2 # $FreeBSD$
3
4 # XXX MISSING:          icheck ncheck
5
6 SUBDIR= adjkerntz \
7         atacontrol \
8         ${_atm} \
9         badsect \
10         bsdlabel \
11         camcontrol \
12         ccdconfig \
13         clri \
14         comcontrol \
15         conscontrol \
16         ${_devd} \
17         devfs \
18         dhclient \
19         dmesg \
20         dump \
21         dumpfs \
22         dumpon \
23         ${_fdisk} \
24         ${_fdisk_pc98} \
25         ffsinfo \
26         fsck \
27         fsck_ffs \
28         fsck_msdosfs \
29         fsdb \
30         fsirand \
31         gbde \
32         geom \
33         ggate \
34         gpt \
35         growfs \
36         gvinum \
37         ifconfig \
38         init \
39         ${_ip6fw} \
40         ${_ipf} \
41         ipfw \
42         kldconfig \
43         kldload \
44         kldstat \
45         kldunload \
46         ldconfig \
47         ${_mca} \
48         md5 \
49         mdconfig \
50         mdmfs \
51         mknod \
52         mksnap_ffs \
53         mount \
54         mount_cd9660 \
55         mount_ext2fs \
56         mount_msdosfs \
57         mount_nfs \
58         mount_nfs4 \
59         mount_ntfs \
60         mount_nullfs \
61         mount_std \
62         mount_udf \
63         mount_umapfs \
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         restore \
78         route \
79         routed \
80         rtsol \
81         savecore \
82         ${_sconfig} \
83         shutdown \
84         slattach \
85         spppcontrol \
86         startslip \
87         sunlabel \
88         swapon \
89         sysctl \
90         tunefs \
91         umount \
92
93 .if !defined(NO_ATM)
94 _atm=           atm
95 .endif
96
97 .if !defined(NO_CXX)
98 _devd=          devd
99 .endif
100
101 .if !defined(NO_IPFILTER)
102 _ipf=           ipf
103 .endif
104
105 .if !defined(NO_PF)
106 _pfctl=         pfctl
107 _pflogd=        pflogd
108 .endif
109
110 .if !defined(NO_INET6)
111 _ip6fw=         ip6fw
112 _ping6=         ping6
113 .endif
114
115 .if ${MACHINE_ARCH} == "i386"
116 .if ${MACHINE} == "i386"
117 _fdisk=         fdisk
118 .elif ${MACHINE} == "pc98"
119 _fdisk_pc98=    fdisk_pc98
120 .endif
121 _sconfig=       sconfig
122 .endif
123
124 .if ${MACHINE_ARCH} == "amd64"
125 _fdisk=         fdisk
126 .endif
127
128 .if ${MACHINE_ARCH} == "ia64"
129 _fdisk=         fdisk
130 _mca=           mca
131 .endif
132
133 .include <bsd.subdir.mk>