]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile
This commit was generated by cvs2svn to compensate for changes in r88345,
[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         ipftest \
42         ipresend \
43         ipsend \
44         iptest \
45         jail \
46         kbdcontrol \
47         kbdmap \
48         kernbb \
49         kldxref \
50         lastlogin \
51         mailwrapper \
52         manctl \
53         memcontrol \
54         mergemaster \
55         mixer \
56         mld6query \
57         mlxcontrol \
58         moused \
59         mrouted \
60         mtest \
61         mtree \
62         ndp \
63         newsyslog \
64         ngctl \
65         ntp \
66         nghook \
67         pccard \
68         pciconf \
69         periodic \
70         pkg_install \
71         ppp \
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(NOLIBC_R) && ${MACHINE_ARCH} != "ia64"
132 SUBDIR+=pppctl
133 .endif
134
135 .if !defined(NO_BIND)
136 SUBDIR+=named \
137         named.reload \
138         named.restart \
139         ndc \
140         nslookup \
141         nsupdate
142 .endif
143
144 .if !defined(NO_LPR)
145 SUBDIR+=lpr
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         pnpinfo
158 .endif
159
160 .if ${MACHINE_ARCH} == "i386"
161 SUBDIR+=acpi \
162         apm \
163         apmd \
164         btxld \
165         kgmon \
166         kgzip \
167         lptcontrol \
168         mptable \
169         pcvt \
170         pnpinfo \
171         sgsc \
172         sicontrol \
173         spkrtest \
174         stallion \
175         wlconfig
176 .if !defined(NO_I4B)
177 SUBDIR+=i4b
178 .endif
179 .endif
180
181 .if ${MACHINE} == "i386"
182 SUBDIR+=boot0cfg
183 .endif
184
185 .if ${MACHINE} == "pc98"
186 SUBDIR+=boot98cfg
187 .endif
188
189 .if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
190 SUBDIR+=keyserv
191 .endif
192
193 .include <bsd.subdir.mk>