Makefile revision 1.62
1#	$NetBSD: Makefile,v 1.62 1996/03/10 05:45:43 thorpej Exp $
2#	from: @(#)Makefile	5.8.1.1 (Berkeley) 5/8/91
3
4SUBDIR=	apply apropos asa at banner basename bdes biff cal calendar cap_mkdb \
5	checknr chflags chpass cksum cmp col colcrt colrm column comm \
6	compress crontab ctags cut dirname du \
7	eject env error expand false file find finger fmt fold fpr from \
8	fsplit fstat ftp gencat getconf getopt head hexdump id indent \
9	ipcrm ipcs join jot kdump ktrace lam last lastcomm leave less lex \
10	locate lock logger login logname look lorder m4 machine mail make man \
11	mesg mkdep mkfifo mkstr modstat msgs netstat newsyslog nfsstat nice \
12	nohup pagesize passwd paste patch pr printenv printf quota \
13	rdist renice rev rlogin rpcgen rpcinfo rs \
14	rsh rup ruptime rusers rwall rwho \
15	script sed shar showmount skey skeyinit soelim split strings \
16	su systat tail talk tcopy tee tftp time \
17	tip tn3270 touch tput tr true tset tsort tty ul uname unexpand \
18	unifdef uniq units unvis users uudecode uuencode \
19	vacation vgrind vi vis vmstat w wall wc what whatis whereis \
20	which who whois window write \
21	xargs xinstall xlint xstr yacc yes ypcat ypmatch ypwhich
22
23# XXX Keep telnet(1) and libtelnet from getting out of sync during the build
24# XXX process.
25.if !exists(${.CURDIR}/../domestic/usr.bin/telnet) || defined(EXPORTABLE_SYSTEM)
26SUBDIR+=telnet
27.endif
28
29# Don't use the standard tool chain on the alpha.
30.if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips")
31SUBDIR+= ar gprof nm ranlib size strip
32.endif
33
34.include <bsd.subdir.mk>
35