Index: head/gnu/lib/Makefile =================================================================== --- head/gnu/lib/Makefile (revision 283064) +++ head/gnu/lib/Makefile (revision 283065) @@ -1,25 +1,29 @@ # $FreeBSD$ .include -SUBDIR= csu libgcc libdialog libregex libreadline +SUBDIR= csu libgcc libdialog libregex .if ${MK_GCC} != "no" SUBDIR+= libgcov libgomp .endif .if ${MK_SSP} != "no" SUBDIR+= libssp .endif .if ${MK_TESTS} != "no" SUBDIR+= tests +.endif + +.if ${MK_GDB} != "no" +SUBDIR+= libreadline .endif # libsupc++ uses libstdc++ headers, although 'make includes' should # have taken care of that already. .if ${MK_GNUCXX} != "no" SUBDIR+= libstdc++ libsupc++ .endif .include