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