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