Makefile revision 113277
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 113277 2003-04-09 03:04:12Z mike $
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	edquota \
33	extattr \
34	extattrctl \
35	faithd \
36	fdcontrol \
37	fdformat \
38	fdread \
39	fdwrite \
40	fwcontrol \
41	getfmac \
42	getpmac \
43	gstat \
44	ifmcstat \
45	inetd \
46	iostat \
47	jail \
48	jexec \
49	jls \
50	kbdcontrol \
51	kbdmap \
52	kernbb \
53	kldxref \
54	lastlogin \
55	mailwrapper \
56	manctl \
57	memcontrol \
58	mergemaster \
59	mixer \
60	mld6query \
61	mlxcontrol \
62	mountd \
63	moused \
64	mrouted \
65	mtest \
66	mtree \
67	ndp \
68	newsyslog \
69	nfsd \
70	ngctl \
71	ntp \
72	nghook \
73	pciconf \
74	periodic \
75	pkg_install \
76	ppp \
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	xten \
129	yp_mkdb \
130	ypbind \
131	yppoll \
132	yppush \
133	ypserv \
134	ypset \
135	zic
136
137.if !defined(NO_IPFILTER)
138SUBDIR+=ipftest \
139	ipresend \
140	ipsend \
141	iptest
142.endif
143
144.if !defined(NOLIBC_R)
145SUBDIR+=pppctl
146.endif
147
148.if !defined(NO_BIND)
149SUBDIR+=named \
150	named.reload \
151	named.restart \
152	ndc \
153	nslookup \
154	nsupdate
155.endif
156
157.if !defined(NO_LPR)
158SUBDIR+=lpr
159.endif
160
161.if !defined(NO_SENDMAIL)
162SUBDIR+=editmap \
163	mailstats \
164	makemap \
165	praliases \
166	sendmail
167.endif
168
169.if ${MACHINE_ARCH} == "alpha"
170SUBDIR+=elf2exe \
171	pnpinfo
172.endif
173
174.if ${MACHINE_ARCH} == "i386"
175SUBDIR+=acpi \
176	apm \
177	apmd \
178	btxld \
179	kgmon \
180	kgzip \
181	lptcontrol \
182	mptable \
183	pccard \
184	pcvt \
185	pnpinfo \
186	sgsc \
187	sicontrol \
188	spkrtest \
189	stallion \
190	wlconfig
191.if !defined(NO_I4B)
192SUBDIR+=i4b
193.endif
194.endif
195
196.if ${MACHINE} == "i386"
197SUBDIR+=boot0cfg
198.endif
199
200.if ${MACHINE} == "pc98"
201SUBDIR+=boot98cfg
202.endif
203
204.if ${MACHINE_ARCH} == "sparc64"
205SUBDIR+=ofwdump
206.endif
207
208.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
209SUBDIR+=keyserv
210.endif
211
212.include <bsd.subdir.mk>
213