Makefile revision 114863
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 114863 2003-05-09 21:06:41Z 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	pppstats \
78	procctl \
79	pstat \
80	pw \
81	pwd_mkdb \
82	quot \
83	quotaon \
84	rarpd \
85	raycontrol \
86	repquota \
87	rip6query \
88	rmt \
89	route6d \
90	rpcbind \
91	rpc.lockd \
92	rpc.statd \
93	rpc.umntall \
94	rpc.yppasswdd \
95	rpc.ypupdated \
96	rpc.ypxfrd \
97	rrenumd \
98	rtadvd \
99	rtprio \
100	rtsold \
101	rwhod \
102	sa \
103	setfmac \
104	setkey \
105	setpmac \
106	sliplogin \
107	slstat \
108	spray \
109	${_sysinstall} \
110	syslogd \
111	tcpdchk \
112	tcpdmatch \
113	tcpdump \
114	timed \
115	traceroute \
116	traceroute6 \
117	trpt \
118	tzsetup \
119	ugidfw \
120	usbd \
121	usbdevs \
122	vidcontrol \
123	vipw \
124	vnconfig \
125	watch \
126	wicontrol \
127	yp_mkdb \
128	ypbind \
129	yppoll \
130	yppush \
131	ypserv \
132	ypset \
133	zic
134
135.if ${MACHINE_ARCH} != "amd64"
136SUBDIR+=ppp \
137	pppd
138.endif
139
140.if !defined(NO_IPFILTER)
141SUBDIR+=ipftest \
142	ipresend \
143	ipsend \
144	iptest
145.endif
146
147.if !defined(NOLIBC_R)
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