1# $FreeBSD$ 2 3SUBDIR= awk bc binutils 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 ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64" 17SUBDIR+=cc 18.endif 19 20.if !defined(NOPERL) && !defined(NO_PERL) && exists(${.CURDIR}/perl) 21SUBDIR+=perl 22.endif 23 24.include <bsd.subdir.mk> 25