1# $FreeBSD$ 2 3SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 gperf \ 4 grep groff gzip man patch ptx rcs sdiff send-pr sort tar texinfo 5 6.if !defined(NO_CVS) 7SUBDIR+=cvs 8.endif 9 10.if ${MACHINE_ARCH} == "i386" 11SUBDIR+=as ld 12.endif 13 14.if !defined(NOPERL) && exists(${.CURDIR}/perl) 15SUBDIR+=perl 16.endif 17 18.include <bsd.subdir.mk> 19