1# $Id: Makefile,v 1.45 1999/04/05 08:48:08 obrien Exp $ 2 3SUBDIR= awk bc binutils bison cc cpio cvs dc dialog diff diff3 gperf \ 4 grep groff gzip man patch ptx rcs sdiff send-pr sort tar texinfo 5 6.if ${MACHINE_ARCH} == "i386" 7SUBDIR+=as ld 8.endif 9 10.if !defined(NOPERL) && exists(${.CURDIR}/perl) 11SUBDIR+=perl 12.endif 13 14.include <bsd.subdir.mk> 15