Makefile revision 182681
1#	From: @(#)Makefile	8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 182681 2008-09-02 15:35:47Z obrien $
3
4.include <bsd.own.mk>
5
6# XXX MISSING:		deroff diction graph learn plot
7#			spell spline struct xsend
8# XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis
9# Moved to secure: bdes
10#
11
12SUBDIR=	alias \
13	apply \
14	${_ar} \
15	asa \
16	at \
17	${_atm} \
18	awk \
19	banner \
20	basename \
21	biff \
22	${_bluetooth} \
23	brandelf \
24	bsdiff \
25	bzip2 \
26	bzip2recover \
27	${_c89} \
28	${_c99} \
29	${_calendar} \
30	cap_mkdb \
31	${_catman} \
32	chat \
33	checknr \
34	${_chkey} \
35	chpass \
36	cksum \
37	cmp \
38	col \
39	colcrt \
40	colldef \
41	colrm \
42	column \
43	comm \
44	compile_et \
45	compress \
46	${_cpio} \
47	cpuset \
48	csplit \
49	${_csup} \
50	ctags \
51	cut \
52	${_dig} \
53	dirname \
54	du \
55	ee \
56	elf2aout \
57	elfdump \
58	enigma \
59	env \
60	expand \
61	false \
62	fetch \
63	file \
64	file2c \
65	find \
66	finger \
67	fmt \
68	fold \
69	from \
70	fstat \
71	fsync \
72	ftp \
73	gcore \
74	gencat \
75	getconf \
76	getent \
77	getopt \
78	${_gprof} \
79	gzip \
80	head \
81	${_hesinfo} \
82	hexdump \
83	${_host} \
84	id \
85	indent \
86	ipcrm \
87	ipcs \
88	join \
89	jot \
90	kdump \
91	keylogin \
92	keylogout \
93	killall \
94	ktrace \
95	ktrdump \
96	lam \
97	last \
98	lastcomm \
99	ldd \
100	leave \
101	less \
102	lessecho \
103	lesskey \
104	${_lex} \
105	limits \
106	locale \
107	locate \
108	lock \
109	lockf \
110	logger \
111	login \
112	logins \
113	logname \
114	look \
115	lorder \
116	lsvfs \
117	m4 \
118	mail \
119	make \
120	makewhatis \
121	mesg \
122	minigzip \
123	ministat \
124	mkdep \
125	mkfifo \
126	mklocale \
127	mkstr \
128	mktemp \
129	mkuzip \
130	msgs \
131	mt \
132	${_nc} \
133	ncal \
134	${_ncplist} \
135	${_ncplogin} \
136	netstat \
137	newgrp \
138	${_newkey} \
139	nfsstat \
140	nice \
141	nl \
142	nohup \
143	${_nslookup} \
144	${_nsupdate} \
145	opieinfo \
146	opiekey \
147	opiepasswd \
148	pagesize \
149	passwd \
150	paste \
151	pathchk \
152	pr \
153	printenv \
154	printf \
155	procstat \
156	quota \
157	renice \
158	rev \
159	${_rlogin} \
160	rpcgen \
161	rpcinfo \
162	rs \
163	${_rsh} \
164	rup \
165	ruptime \
166	rusers \
167	rwall \
168	rwho \
169	script \
170	sed \
171	shar \
172	showmount \
173	${_smbutil} \
174	sockstat \
175	split \
176	stat \
177	su \
178	systat \
179	tabs \
180	tail \
181	talk \
182	tar \
183	tcopy \
184	tee \
185	telnet \
186	tftp \
187	time \
188	tip \
189	top \
190	touch \
191	tput \
192	tr \
193	true \
194	truncate \
195	${_truss} \
196	tset \
197	tsort \
198	tty \
199	ul \
200	uname \
201	unexpand \
202	unifdef \
203	uniq \
204	units \
205	unvis \
206	${_usbhidaction} \
207	${_usbhidctl} \
208	users \
209	uudecode \
210	uuencode \
211	${_vacation} \
212	vgrind \
213	vi \
214	vis \
215	vmstat \
216	w \
217	wall \
218	wc \
219	what \
220	whereis \
221	which \
222	who \
223	whois \
224	window \
225	write \
226	xargs \
227	xinstall \
228	${_xlint} \
229	xstr \
230	${_yacc} \
231	yes \
232	${_ypcat} \
233	${_ypmatch} \
234	${_ypwhich}
235
236.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
237_truss=		truss
238.endif
239
240.if ${MK_ATM} != "no"
241_atm=		atm
242.endif
243
244.if ${MK_MAN} != "no"
245_catman=	catman
246.endif
247
248.if ${MK_BIND_UTILS} != "no"
249_dig=		dig
250_host=		host
251_nslookup=	nslookup
252_nsupdate=	nsupdate
253.endif
254
255.if ${MK_BLUETOOTH} != "no"
256_bluetooth=	bluetooth
257.endif
258
259.if ${MK_BSD_CPIO} != "no"
260_cpio=		cpio
261.endif
262
263.if ${MK_CALENDAR} != "no"
264_calendar=	calendar
265.endif
266
267.if ${MK_OPENSSL} != "no"
268_chkey=		chkey
269_newkey=	newkey
270.if ${MK_LIBTHR} != "no"
271_csup=		csup
272.endif
273.endif
274
275.if ${MK_HESIOD} != "no"
276_hesinfo=	hesinfo
277.endif
278
279.if ${MK_NETCAT} != "no"
280_nc=		nc
281.endif
282
283.if ${MK_NIS} != "no"
284_ypcat=		ypcat
285_ypmatch=	ypmatch
286_ypwhich=	ypwhich
287.endif
288
289.if ${MK_RCMDS} != "no"
290_rlogin=	rlogin
291_rsh=		rsh
292.endif
293
294.if ${MK_SENDMAIL} != "no"
295_vacation=	vacation
296.endif
297
298.if ${MK_TOOLCHAIN} != "no"
299_ar=		ar
300_c89=		c89
301_c99=		c99
302_gprof=		gprof
303_lex=		lex
304_xlint=		xlint
305_yacc=		yacc
306.endif
307
308.if ${MK_USB} != "no"
309_usbhidaction=	usbhidaction
310_usbhidctl=	usbhidctl
311.endif
312
313.if ${MACHINE_ARCH} == "i386"
314.if ${MK_NCP} != "no"
315_ncplist=	ncplist
316_ncplogin=	ncplogin
317.endif
318_smbutil=	smbutil
319.endif
320
321.if ${MACHINE_ARCH} == "ia64"
322_smbutil=	smbutil
323.endif
324
325.if ${MACHINE_ARCH} == "amd64"
326.if ${MK_NCP} != "no"
327_ncplist=	ncplist
328_ncplogin=	ncplogin
329.endif
330_smbutil=	smbutil
331.endif
332
333.if ${MACHINE_ARCH} == "powerpc"
334_smbutil=	smbutil
335.endif
336
337.include <bsd.subdir.mk>
338