Makefile revision 92362
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 92362 2002-03-15 18:48:20Z des $
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	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"
132SUBDIR+=pppctl
133.endif
134
135.if !defined(NO_BIND)
136SUBDIR+=named \
137	named.reload \
138	named.restart \
139	ndc \
140	nslookup \
141	nsupdate
142.endif
143
144.if !defined(NO_LPR)
145SUBDIR+=lpr
146.endif
147
148.if !defined(NO_SENDMAIL)
149SUBDIR+=editmap \
150	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