Makefile revision 90541
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 90541 2002-02-11 22:09:20Z obrien $
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	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	makeobjops \
52	mailwrapper \
53	manctl \
54	memcontrol \
55	mergemaster \
56	mixer \
57	mld6query \
58	mlxcontrol \
59	moused \
60	mrouted \
61	mtest \
62	mtree \
63	ndp \
64	newsyslog \
65	ngctl \
66	ntp \
67	nghook \
68	pccard \
69	pciconf \
70	periodic \
71	pkg_install \
72	ppp \
73	pppd \
74	pppstats \
75	prefix \
76	procctl \
77	pstat \
78	pw \
79	pwd_mkdb \
80	quot \
81	quotaon \
82	rarpd \
83	raycontrol \
84	repquota \
85	rip6query \
86	rmt \
87	route6d \
88	rpcbind \
89	rpc.lockd \
90	rpc.statd \
91	rpc.umntall \
92	rpc.yppasswdd \
93	rpc.ypupdated \
94	rpc.ypxfrd \
95	rrenumd \
96	rtadvd \
97	rtprio \
98	rtsold \
99	rwhod \
100	sa \
101	setextattr \
102	setkey \
103	sliplogin \
104	slstat \
105	spray \
106	sysinstall \
107	syslogd \
108	tcpdchk \
109	tcpdmatch \
110	tcpdump \
111	timed \
112	traceroute \
113	traceroute6 \
114	trpt \
115	tzsetup \
116	usbd \
117	usbdevs \
118	vidcontrol \
119	vipw \
120	vnconfig \
121	watch \
122	wicontrol \
123	xten \
124	yp_mkdb \
125	ypbind \
126	yppoll \
127	yppush \
128	ypserv \
129	ypset \
130	zic
131
132.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64"
133SUBDIR+=pppctl
134.endif
135
136.if !defined(NO_BIND)
137SUBDIR+=named \
138	named.reload \
139	named.restart \
140	ndc \
141	nslookup \
142	nsupdate
143.endif
144
145.if !defined(NO_LPR)
146SUBDIR+=lpr
147.endif
148
149.if !defined(NO_SENDMAIL)
150SUBDIR+=mailstats \
151	makemap \
152	praliases \
153	sendmail
154.endif
155
156.if ${MACHINE_ARCH} == "alpha"
157SUBDIR+=elf2exe \
158	pnpinfo
159.endif
160
161.if ${MACHINE_ARCH} == "i386"
162SUBDIR+=acpi \
163	apm \
164	apmd \
165	btxld \
166	kgmon \
167	kgzip \
168	lptcontrol \
169	mptable \
170	pcvt \
171	pnpinfo \
172	sgsc \
173	sicontrol \
174	spkrtest \
175	stallion \
176	wlconfig
177.if !defined(NO_I4B)
178SUBDIR+=i4b
179.endif
180.endif
181
182.if ${MACHINE} == "i386"
183SUBDIR+=boot0cfg
184.endif
185
186.if ${MACHINE} == "pc98"
187SUBDIR+=boot98cfg
188.endif
189
190.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
191SUBDIR+=keyserv
192.endif
193
194.include <bsd.subdir.mk>
195