]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile
This commit was generated by cvs2svn to compensate for changes in r92948,
[FreeBSD/FreeBSD.git] / usr.sbin / Makefile
1 #       From: @(#)Makefile      5.20 (Berkeley) 6/12/93
2 # $FreeBSD$
3
4 # XXX MISSING:          mkproto
5 SUBDIR= IPXrouted \
6         ac \
7         accton \
8         adduser \
9         amd \
10         ancontrol \
11         arp \
12         atm \
13         bootparamd \
14         burncd \
15         cdcontrol \
16         chkgrp \
17         chown \
18         chroot \
19         ckdist \
20         config \
21         cron \
22         crunch \
23         ctm \
24         daemon \
25         dev_mkdb \
26         devinfo \
27         digictl \
28         diskpart \
29         edquota \
30         extattrctl \
31         faithd \
32         fdcontrol \
33         fdformat \
34         fdread \
35         fdwrite \
36         getextattr \
37         gifconfig \
38         ifmcstat \
39         inetd \
40         iostat \
41         jail \
42         kbdcontrol \
43         kbdmap \
44         kernbb \
45         kldxref \
46         lastlogin \
47         mailwrapper \
48         manctl \
49         memcontrol \
50         mergemaster \
51         mixer \
52         mld6query \
53         mlxcontrol \
54         moused \
55         mrouted \
56         mtest \
57         mtree \
58         ndp \
59         newsyslog \
60         ngctl \
61         ntp \
62         nghook \
63         pccard \
64         pciconf \
65         periodic \
66         pkg_install \
67         ppp \
68         pppd \
69         pppstats \
70         prefix \
71         procctl \
72         pstat \
73         pw \
74         pwd_mkdb \
75         quot \
76         quotaon \
77         rarpd \
78         raycontrol \
79         repquota \
80         rip6query \
81         rmt \
82         route6d \
83         rpcbind \
84         rpc.lockd \
85         rpc.statd \
86         rpc.umntall \
87         rpc.yppasswdd \
88         rpc.ypupdated \
89         rpc.ypxfrd \
90         rrenumd \
91         rtadvd \
92         rtprio \
93         rtsold \
94         rwhod \
95         sa \
96         setextattr \
97         setkey \
98         sliplogin \
99         slstat \
100         spray \
101         sysinstall \
102         syslogd \
103         tcpdchk \
104         tcpdmatch \
105         tcpdump \
106         timed \
107         traceroute \
108         traceroute6 \
109         trpt \
110         tzsetup \
111         usbd \
112         usbdevs \
113         vidcontrol \
114         vipw \
115         vnconfig \
116         watch \
117         wicontrol \
118         xten \
119         yp_mkdb \
120         ypbind \
121         yppoll \
122         yppush \
123         ypserv \
124         ypset \
125         zic
126
127 .if !defined(NO_IPFILTER)
128 SUBDIR+=ipftest \
129         ipresend \
130         ipsend \
131         iptest
132 .endif
133
134 .if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64"
135 SUBDIR+=pppctl
136 .endif
137
138 .if !defined(NO_BIND)
139 SUBDIR+=named \
140         named.reload \
141         named.restart \
142         ndc \
143         nslookup \
144         nsupdate
145 .endif
146
147 .if !defined(NO_LPR)
148 SUBDIR+=lpr
149 .endif
150
151 .if !defined(NO_SENDMAIL)
152 SUBDIR+=editmap \
153         mailstats \
154         makemap \
155         praliases \
156         sendmail
157 .endif
158
159 .if ${MACHINE_ARCH} == "alpha"
160 SUBDIR+=elf2exe \
161         pnpinfo
162 .endif
163
164 .if ${MACHINE_ARCH} == "i386"
165 SUBDIR+=acpi \
166         apm \
167         apmd \
168         btxld \
169         kgmon \
170         kgzip \
171         lptcontrol \
172         mptable \
173         pcvt \
174         pnpinfo \
175         sgsc \
176         sicontrol \
177         spkrtest \
178         stallion \
179         wlconfig
180 .if !defined(NO_I4B)
181 SUBDIR+=i4b
182 .endif
183 .endif
184
185 .if ${MACHINE} == "i386"
186 SUBDIR+=boot0cfg
187 .endif
188
189 .if ${MACHINE} == "pc98"
190 SUBDIR+=boot98cfg
191 .endif
192
193 .if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
194 SUBDIR+=keyserv
195 .endif
196
197 .include <bsd.subdir.mk>