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