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