1# $FreeBSD$ 2 3SUBDIR= bc binutils cc cpio dc dialog diff diff3 \ 4 gperf grep groff gzip man patch 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.include <bsd.subdir.mk> 17