Makefile revision 182543
1115399Skan#	From: @(#)Makefile	8.3 (Berkeley) 1/7/94
2115399Skan# $FreeBSD: head/usr.bin/Makefile 182543 2008-08-31 14:27:59Z yar $
3119693Skan
4209118Simp.include <bsd.own.mk>
5115399Skan
6209118Simp# XXX MISSING:		deroff diction graph learn plot
7119693Skan#			spell spline struct xsend
8119693Skan# XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis
9119693Skan# Moved to secure: bdes
10119693Skan#
11119693Skan
12143946SdavidxuSUBDIR=	alias \
13119693Skan	apply \
14119693Skan	${_ar} \
15119693Skan	asa \
16119693Skan	at \
17119693Skan	${_atm} \
18119693Skan	awk \
19119693Skan	banner \
20119693Skan	basename \
21119693Skan	biff \
22119693Skan	${_bluetooth} \
23119693Skan	brandelf \
24119693Skan	bsdiff \
25119693Skan	bzip2 \
26119693Skan	bzip2recover \
27119693Skan	${_c89} \
28119693Skan	${_c99} \
29119777Skan	${_calendar} \
30119693Skan	cap_mkdb \
31119693Skan	${_catman} \
32119693Skan	chat \
33119693Skan	checknr \
34119693Skan	${_chkey} \
35117179Sru	chpass \
36119693Skan	cksum \
37115399Skan	cmp \
38119693Skan	col \
39119693Skan	colcrt \
40119693Skan	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"
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