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