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