Makefile revision 115286
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 115286 2003-05-24 19:23:05Z peter $
3
4.if ${MACHINE_ARCH} != "powerpc"
5_sysinstall=sysinstall
6.endif
7
8# XXX MISSING:		mkproto
9SUBDIR=	IPXrouted \
10	ac \
11	accton \
12	adduser \
13	amd \
14	ancontrol \
15	arp \
16	atm \
17	bootparamd \
18	burncd \
19	cdcontrol \
20	chkgrp \
21	chown \
22	chroot \
23	ckdist \
24	config \
25	cron \
26	crunch \
27	ctm \
28	daemon \
29	dev_mkdb \
30	devinfo \
31	digictl \
32	diskinfo \
33	edquota \
34	extattr \
35	extattrctl \
36	faithd \
37	fdcontrol \
38	fdformat \
39	fdread \
40	fdwrite \
41	fwcontrol \
42	getfmac \
43	getpmac \
44	gstat \
45	ifmcstat \
46	inetd \
47	iostat \
48	jail \
49	jexec \
50	jls \
51	kbdcontrol \
52	kbdmap \
53	kernbb \
54	kldxref \
55	lastlogin \
56	mailwrapper \
57	manctl \
58	memcontrol \
59	mergemaster \
60	mixer \
61	mld6query \
62	mlxcontrol \
63	mountd \
64	moused \
65	mrouted \
66	mtest \
67	mtree \
68	ndp \
69	newsyslog \
70	nfsd \
71	ngctl \
72	ntp \
73	nghook \
74	pciconf \
75	periodic \
76	pkg_install \
77	pppd \
78	pppstats \
79	procctl \
80	pstat \
81	pw \
82	pwd_mkdb \
83	quot \
84	quotaon \
85	rarpd \
86	raycontrol \
87	repquota \
88	rip6query \
89	rmt \
90	route6d \
91	rpcbind \
92	rpc.lockd \
93	rpc.statd \
94	rpc.umntall \
95	rpc.yppasswdd \
96	rpc.ypupdated \
97	rpc.ypxfrd \
98	rrenumd \
99	rtadvd \
100	rtprio \
101	rtsold \
102	rwhod \
103	sa \
104	setfmac \
105	setkey \
106	setpmac \
107	sliplogin \
108	slstat \
109	spray \
110	${_sysinstall} \
111	syslogd \
112	tcpdchk \
113	tcpdmatch \
114	tcpdump \
115	timed \
116	traceroute \
117	traceroute6 \
118	trpt \
119	tzsetup \
120	ugidfw \
121	usbd \
122	usbdevs \
123	vidcontrol \
124	vipw \
125	vnconfig \
126	watch \
127	wicontrol \
128	yp_mkdb \
129	ypbind \
130	yppoll \
131	yppush \
132	ypserv \
133	ypset \
134	zic
135
136.if ${MACHINE_ARCH} != "amd64"
137SUBDIR+=ppp
138.endif
139
140.if !defined(NO_IPFILTER)
141SUBDIR+=ipftest \
142	ipresend \
143	ipsend \
144	iptest
145.endif
146
147.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "amd64"
148SUBDIR+=pppctl
149.endif
150
151.if !defined(NO_BIND)
152SUBDIR+=named \
153	named.reload \
154	named.restart \
155	ndc \
156	nslookup \
157	nsupdate
158.endif
159
160.if !defined(NO_LPR)
161SUBDIR+=lpr
162.endif
163
164.if !defined(NO_SENDMAIL)
165SUBDIR+=editmap \
166	mailstats \
167	makemap \
168	praliases \
169	sendmail
170.endif
171
172.if ${MACHINE_ARCH} == "alpha"
173SUBDIR+=elf2exe \
174	pnpinfo
175.endif
176
177.if ${MACHINE_ARCH} == "i386"
178SUBDIR+=acpi \
179	apm \
180	apmd \
181	btxld \
182	kgmon \
183	kgzip \
184	lptcontrol \
185	mptable \
186	pccard \
187	pcvt \
188	pnpinfo \
189	sgsc \
190	sicontrol \
191	spkrtest \
192	stallion \
193	wlconfig
194.if !defined(NO_I4B)
195SUBDIR+=i4b
196.endif
197.endif
198
199.if ${MACHINE} == "i386"
200SUBDIR+=boot0cfg
201.endif
202
203.if ${MACHINE} == "pc98"
204SUBDIR+=boot98cfg
205.endif
206
207.if ${MACHINE_ARCH} == "sparc64"
208SUBDIR+=ofwdump
209.endif
210
211.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
212SUBDIR+=keyserv
213.endif
214
215.include <bsd.subdir.mk>
216