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