Index: gnu/lib/Makefile =================================================================== --- gnu/lib/Makefile +++ gnu/lib/Makefile @@ -6,13 +6,10 @@ SUBDIR.${MK_DIALOG}+= libdialog SUBDIR.${MK_GCC}+= libgcov libgomp +SUBDIR.${MK_GDB}+= libreadline SUBDIR.${MK_SSP}+= libssp SUBDIR.${MK_TESTS}+= tests -.if ${MK_BINUTILS} != "no" && ${MK_GDB} != "no" -SUBDIR+= libreadline -.endif - # libsupc++ uses libstdc++ headers, although 'make includes' should # have taken care of that already. .if ${MK_GNUCXX} != "no" Index: gnu/usr.bin/Makefile =================================================================== --- gnu/usr.bin/Makefile +++ gnu/usr.bin/Makefile @@ -15,12 +15,8 @@ SUBDIR.${MK_BINUTILS}+= binutils SUBDIR.${MK_DIALOG}+= dialog - -.if ${MK_BINUTILS} != "no" -SUBDIR.${MK_GDB}+= gdb -.endif - SUBDIR.${MK_GCC}+= cc +SUBDIR.${MK_GDB}+= gdb SUBDIR.${MK_GPL_DTC}+= dtc SUBDIR.${MK_TESTS}+= tests