Makefile revision 92162
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 92162 2002-03-12 18:55:53Z 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	syslogd \
106	tcpdchk \
107	tcpdmatch \
108	tcpdump \
109	timed \
110	traceroute \
111	traceroute6 \
112	trpt \
113	tzsetup \
114	usbd \
115	usbdevs \
116	vidcontrol \
117	vipw \
118	vnconfig \
119	watch \
120	wicontrol \
121	xten \
122	yp_mkdb \
123	ypbind \
124	yppoll \
125	yppush \
126	ypserv \
127	ypset \
128	zic
129
130.if ${MACHINE_ARCH} == ${TARGET_ARCH}
131SUBDIR+=sysinstall
132.endif
133
134.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64"
135SUBDIR+=pppctl
136.endif
137
138.if !defined(NO_BIND)
139SUBDIR+=named \
140	named.reload \
141	named.restart \
142	ndc \
143	nslookup \
144	nsupdate
145.endif
146
147.if !defined(NO_LPR)
148SUBDIR+=lpr
149.endif
150
151.if !defined(NO_SENDMAIL)
152SUBDIR+=editmap \
153	mailstats \
154	makemap \
155	praliases \
156	sendmail
157.endif
158
159.if ${MACHINE_ARCH} == "alpha"
160SUBDIR+=elf2exe \
161	pnpinfo
162.endif
163
164.if ${MACHINE_ARCH} == "i386"
165SUBDIR+=acpi \
166	apm \
167	apmd \
168	btxld \
169	kgmon \
170	kgzip \
171	lptcontrol \
172	mptable \
173	pcvt \
174	pnpinfo \
175	sgsc \
176	sicontrol \
177	spkrtest \
178	stallion \
179	wlconfig
180.if !defined(NO_I4B)
181SUBDIR+=i4b
182.endif
183.endif
184
185.if ${MACHINE} == "i386"
186SUBDIR+=boot0cfg
187.endif
188
189.if ${MACHINE} == "pc98"
190SUBDIR+=boot98cfg
191.endif
192
193.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
194SUBDIR+=keyserv
195.endif
196
197.include <bsd.subdir.mk>
198