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 defined(WANT_AOUT) 11.if ${MACHINE_ARCH} == "i386" 12SUBDIR+=as ld 13.endif 14.endif 15 16.if !defined(NOPERL) && !defined(NO_PERL) && exists(${.CURDIR}/perl) 17SUBDIR+=perl 18.endif 19 20.include <bsd.subdir.mk> 21