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