1# $FreeBSD$ 2 3SUBDIR= bc ${_binutils} ${_cc} cpio dc dialog diff diff3 ${_gdb} \ 4 ${_gperf} grep gzip man patch rcs sdiff send-pr sort tar texinfo 5 6.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "powerpc" 7NO_GDB= not yet 8.endif 9 10.if !defined(NO_TOOLCHAIN) 11_cc=cc 12_binutils=binutils 13.if !defined(NO_GDB) 14_gdb=gdb 15.endif 16.endif 17 18.if !defined(NO_CXX) 19.if ${MACHINE_ARCH} != "powerpc" 20_gperf=gperf 21.endif 22SUBDIR+=groff 23.endif 24 25.if !defined(NO_CVS) 26SUBDIR+=cvs 27.endif 28 29.include <bsd.subdir.mk> 30