Index: head/gnu/lib/Makefile =================================================================== --- head/gnu/lib/Makefile (revision 368332) +++ head/gnu/lib/Makefile (revision 368333) @@ -1,16 +1,15 @@ # $FreeBSD$ .include SUBDIR= SUBDIR.${MK_DIALOG}+= libdialog SUBDIR.${MK_TESTS}+= tests -.if ${MK_GNU_GREP} != "no" || ${MK_GNU_GREP_COMPAT} != "no" || \ - ${MK_GDB} != "no" +.if ${MK_GNU_GREP} != "no" || ${MK_GDB} != "no" SUBDIR+= libregex .endif SUBDIR_PARALLEL= .include