Makefile revision 53909
1#	From: @(#)Makefile	8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 53909 1999-11-30 02:18:13Z peter $
3
4# XXX MISSING:		deroff diction graph learn plot
5#			spell spline struct xsend
6# XXX broken:		tconv
7# XXX Use GNU versions: apropos bc dc diff grep ld man patch ptx uucp whatis
8# Moved to secure: bdes
9#
10SUBDIR=	apply \
11	at \
12	banner \
13	basename \
14	biff \
15	c89 \
16	calendar \
17	cap_mkdb \
18	chat \
19	checknr \
20	chflags \
21	chkey \
22	chpass \
23	cksum \
24	cmp \
25	col \
26	colcrt \
27	colldef \
28	colrm \
29	column \
30	comm \
31	compile_et \
32	compress \
33	cpp \
34	ctags \
35	cut \
36	dirname \
37	du \
38	ee \
39	enigma \
40	env \
41	error \
42	expand \
43	false \
44	fetch \
45	file \
46	file2c \
47	find \
48	finger \
49	fmt \
50	fold \
51	fpr \
52	from \
53	fsplit \
54	fstat \
55	ftp \
56	gencat \
57	gensetdefs \
58	getopt \
59	global \
60	gprof \
61	head \
62	hexdump \
63	id \
64	indent \
65	ipcrm \
66	ipcs \
67	join \
68	jot \
69	kdump \
70	key \
71	keyinfo \
72	keyinit \
73	keylogin \
74	keylogout \
75	killall \
76	ktrace \
77	kzip \
78	lam \
79	last \
80	lastcomm \
81	ldd \
82	leave \
83	lex \
84	limits \
85	locate \
86	lock \
87	lockf \
88	logger \
89	login \
90	logname \
91	look \
92	lorder \
93	lsvfs \
94	m4 \
95	mail \
96	make \
97	mesg \
98	minigzip \
99	mk_cmds \
100	mkdep \
101	mkfifo \
102	mklocale \
103	mkstr \
104	mktemp \
105	more \
106	msgs \
107	mt \
108	ncal \
109	netstat \
110	newkey \
111	nfsstat \
112	nice \
113	nohup \
114	objformat \
115	opieinfo \
116	opiekey \
117	opiepasswd \
118	pagesize \
119	passwd \
120	paste \
121	pr \
122	printenv \
123	printf \
124	quota \
125	rdist \
126	renice \
127	rev \
128	rlogin \
129	rpcgen \
130	rpcinfo \
131	rs \
132	rsh \
133	rup \
134	ruptime \
135	rusers \
136	rwall \
137	rwho \
138	script \
139	sed \
140	shar \
141	showmount \
142	sockstat \
143	soelim \
144	split \
145	su \
146	symorder \
147	systat \
148	tail \
149	talk \
150	tcopy \
151	tee \
152	tftp \
153	time \
154	tip \
155	top \
156	touch \
157	tput \
158	tr \
159	true \
160	truss \
161	tset \
162	tsort \
163	tty \
164	ul \
165	uname \
166	unexpand \
167	unifdef \
168	uniq \
169	units \
170	unvis \
171	users \
172	uudecode \
173	uuencode \
174	vacation \
175	vgrind \
176	vi \
177	vis \
178	vmstat \
179	w \
180	wall \
181	wc \
182	what \
183	whereis \
184	which \
185	who \
186	whois \
187	window \
188	write \
189	xargs \
190	xinstall \
191	xlint \
192	xstr \
193	yacc \
194	yes \
195	ypcat \
196	ypmatch \
197	ypwhich
198
199.if defined(RELEASEDIR) || (!exists(${.CURDIR}/../kerberosIV) && \
200    !exists(${.CURDIR}/../secure)) || defined(NOCRYPT) || \
201    !defined(MAKE_KERBEROS4)
202# Releases need both this non-crypt telnet and the crypt telnet.
203SUBDIR+=telnet
204.endif
205
206.if !defined(NO_BIND) && 0
207SUBDIR+=dig \
208	dnsquery \
209	host
210.endif
211
212.if ${MACHINE_ARCH} == "i386"
213# Things that don't compile on alpha or are aout specific:
214SUBDIR+=ar \
215	brandelf \
216	doscmd \
217	gcore \
218	gprof4 \
219	ncplist \
220	ncplogin \
221	nm \
222	ranlib \
223	sasc \
224	size \
225	strings \
226	strip
227.endif
228
229.include <bsd.subdir.mk>
230