#	BSDI Makefile,v 2.16 1996/01/11 03:15:12 donn Exp
#
#	@(#)Makefile	8.3 (Berkeley) 1/7/94

SUBDIR= apply apropos arch at awk banner basename bc biff bpatch \
	bsd2dos cal calendar cap_mkdb cdctl checknr chflags chpass cksum \
	cmp col colcrt colrm column comm compress crontab ctags \
	cut cvs diff dirname dos2bsd du env error expand false \
	fdformat file find finger fmt fold fpr from fsplit fstat \
	ftp gcc2 gcore gdb grep groff head hexdump id indent \
	join jot kdump ktrace lam last lastcomm leave lex line \
	locate lock logger login logname look lorder lp m4 mail \
	make man mesg mixer mkdep mkfifo mklocale mkstr more msgs \
	nfsstat nice nohup pagesize passwd paste perl ppp pr \
	printenv printf quota rcs rdist renice rev rlogin \
	rpcgen rpcinfo rs rsh rstat ruptime rwho script sed showmount \
	soelim sort split strings su symorder systat \
	tail talk tcopy tee telnet tftp time tip tn3270 touch \
	tput tr true tset tsort tty ul uname unexpand unifdef uniq \
	units unvis users uucp uudecode uuencode vacation vgrind \
	vi vis vplay w wall wc what whatis whereis which who whois \
	window write xargs xinstall xstr yacc yes

BSD_BINUTILS=\
	ar gas gprof ld nm ranlib size strip
.if	${MACHINE} == "i386"
SUBDIR+=i386 ${BSD_BINUTILS}
.elif	${MACHINE} == "sparc"
SUBDIR+=sparc ${BSD_BINUTILS}
.elif	${MACHINE} == "powerpc"
SUBDIR+=binutils
.endif

.include <bsd.subdir.mk>
