Deleted Added
full compact
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 105402 2002-10-18 15:38:39Z tmm $
2# $FreeBSD: head/usr.sbin/Makefile 105756 2002-10-23 03:15:24Z rwatson $
3
4# XXX MISSING: mkproto
5SUBDIR= 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 extattr \
31 extattrctl \
32 faithd \
33 fdcontrol \
34 fdformat \
35 fdread \
36 fdwrite \
37 getfmac \
38 getpmac \
39 ifmcstat \
40 inetd \
41 iostat \
42 jail \
43 kbdcontrol \
44 kbdmap \
45 kernbb \
46 kldxref \
47 lastlogin \
48 mailwrapper \
49 manctl \
50 memcontrol \
51 mergemaster \
52 mixer \
53 mld6query \
54 mlxcontrol \
55 mountd \
56 moused \
57 mrouted \
58 mtest \
59 mtree \
60 ndp \
61 newsyslog \
62 nfsd \
63 ngctl \
64 ntp \
65 nghook \
66 pccard \
67 pciconf \
68 periodic \
69 pkg_install \
70 ppp \
71 pppd \
72 pppstats \
73 procctl \
74 pstat \
75 pw \
76 pwd_mkdb \
77 quot \
78 quotaon \
79 rarpd \
80 raycontrol \
81 repquota \
82 rip6query \
83 rmt \
84 route6d \
85 rpcbind \
86 rpc.lockd \
87 rpc.statd \
88 rpc.umntall \
89 rpc.yppasswdd \
90 rpc.ypupdated \
91 rpc.ypxfrd \
92 rrenumd \
93 rtadvd \
94 rtprio \
95 rtsold \
96 rwhod \
97 sa \
98 setfmac \
99 setkey \
100 setpmac \
101 sliplogin \
102 slstat \
103 spray \
104 sysinstall \
105 syslogd \
106 tcpdchk \
107 tcpdmatch \
108 tcpdump \
109 timed \
110 traceroute \
111 traceroute6 \
112 trpt \
113 tzsetup \
114 ugidfw \
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_IPFILTER)
132SUBDIR+=ipftest \
133 ipresend \
134 ipsend \
135 iptest
136.endif
137
138.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
139SUBDIR+=pppctl
140.endif
141
142.if !defined(NO_BIND)
143SUBDIR+=named \
144 named.reload \
145 named.restart \
146 ndc \
147 nslookup \
148 nsupdate
149.endif
150
151.if !defined(NO_LPR)
152SUBDIR+=lpr
153.endif
154
155.if !defined(NO_SENDMAIL)
156SUBDIR+=editmap \
157 mailstats \
158 makemap \
159 praliases \
160 sendmail
161.endif
162
163.if ${MACHINE_ARCH} == "alpha"
164SUBDIR+=elf2exe \
165 pnpinfo
166.endif
167
168.if ${MACHINE_ARCH} == "i386"
169SUBDIR+=acpi \
170 apm \
171 apmd \
172 btxld \
173 kgmon \
174 kgzip \
175 lptcontrol \
176 mptable \
177 pcvt \
178 pnpinfo \
179 sgsc \
180 sicontrol \
181 spkrtest \
182 stallion \
183 wlconfig
184.if !defined(NO_I4B)
185SUBDIR+=i4b
186.endif
187.endif
188
189.if ${MACHINE} == "i386"
190SUBDIR+=boot0cfg
191.endif
192
193.if ${MACHINE} == "pc98"
194SUBDIR+=boot98cfg
195.endif
196
197.if ${MACHINE_ARCH} == "sparc64"
198SUBDIR+=ofwdump
199.endif
200
201.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
202SUBDIR+=keyserv
203.endif
204
205.include <bsd.subdir.mk>