]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile
This commit was generated by cvs2svn to compensate for changes in r81340,
[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         dev_mkdb \
25         devinfo \
26         digictl \
27         diskcheckd \
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         ipftest \
42         ipresend \
43         ipsend \
44         iptest \
45         jail \
46         kbdcontrol \
47         kbdmap \
48         kernbb \
49         lastlogin \
50         manctl \
51         memcontrol \
52         mergemaster \
53         mixer \
54         mld6query \
55         mlxcontrol \
56         moused \
57         mrouted \
58         mtest \
59         mtree \
60         ndp \
61         newsyslog \
62         ngctl \
63         ntp \
64         nghook \
65         pccard \
66         pciconf \
67         periodic \
68         pkg_install \
69         pnpinfo \
70         ppp \
71         pppctl \
72         pppd \
73         pppstats \
74         prefix \
75         procctl \
76         pstat \
77         pw \
78         pwd_mkdb \
79         quot \
80         quotaon \
81         rarpd \
82         raycontrol \
83         repquota \
84         rip6query \
85         rmt \
86         route6d \
87         rpcbind \
88         rpc.lockd \
89         rpc.statd \
90         rpc.umntall \
91         rpc.yppasswdd \
92         rpc.ypupdated \
93         rpc.ypxfrd \
94         rrenumd \
95         rtadvd \
96         rtprio \
97         rtsold \
98         rwhod \
99         sa \
100         setextattr \
101         setkey \
102         sliplogin \
103         slstat \
104         spray \
105         sysinstall \
106         syslogd \
107         tcpdchk \
108         tcpdmatch \
109         tcpdump \
110         timed \
111         traceroute \
112         traceroute6 \
113         trpt \
114         tzsetup \
115         usbd \
116         usbdevs \
117         vidcontrol \
118         vipw \
119         vnconfig \
120         watch \
121         wicontrol \
122         xten \
123         yp_mkdb \
124         ypbind \
125         yppoll \
126         yppush \
127         ypserv \
128         ypset \
129         zic
130
131 .if !defined(NO_BIND)
132 SUBDIR+=named \
133         named.reload \
134         named.restart \
135         ndc \
136         nslookup \
137         nsupdate
138 .endif
139
140 .if !defined(NO_LPR)
141 SUBDIR+=lpr
142 .endif
143
144 .if !defined(NO_MAILWRAPPER)
145 SUBDIR+=mailwrapper
146 .endif
147
148 .if !defined(NO_SENDMAIL)
149 SUBDIR+=mailstats \
150         makemap \
151         praliases \
152         sendmail
153 .endif
154
155 .if ${MACHINE_ARCH} == "alpha"
156 SUBDIR+=elf2exe
157 .endif
158
159 .if ${MACHINE_ARCH} == "i386"
160 SUBDIR+=acpi \
161         apm \
162         apmd \
163         btxld \
164         kgmon \
165         kgzip \
166         lptcontrol \
167         mptable \
168         pcvt \
169         sgsc \
170         sicontrol \
171         spkrtest \
172         stallion \
173         wlconfig
174 .if !defined(NO_I4B)
175 SUBDIR+=i4b
176 .endif
177 .endif
178
179 .if ${MACHINE} == "i386"
180 SUBDIR+=boot0cfg
181 .endif
182
183 .if ${MACHINE} == "pc98"
184 SUBDIR+=boot98cfg
185 .endif
186
187 .if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
188 SUBDIR+=keyserv
189 .endif
190
191 .include <bsd.subdir.mk>