1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5 6.if ${MK_GDB} != "no" || ${MK_BINUTILS} != "no" 7SUBDIR+= binutils 8.endif 9 10SUBDIR.${MK_DIALOG}+= dialog 11SUBDIR.${MK_GNU_DIFF}+= diff3 12SUBDIR.${MK_GNU_GREP}+= grep 13SUBDIR.${MK_GDB}+= gdb 14SUBDIR_DEPEND_gdb= binutils 15SUBDIR.${MK_TESTS}+= tests 16 17SUBDIR_PARALLEL= 18 19.include <bsd.subdir.mk> 20