summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-12-15 18:12:03 +0000
committerEd Maste <emaste@FreeBSD.org>2020-12-15 18:12:03 +0000
commitfe7dff17591e17755b643f8f3cfadea49f83e16b (patch)
tree2c5a7c659867c2c80fa883d63f0d83f1a6bf959c /gnu
parent7f9175d999910fcb70513f06bcb913a63b6832af (diff)
downloadsrc-test2-fe7dff17591e17755b643f8f3cfadea49f83e16b.tar.gz
src-test2-fe7dff17591e17755b643f8f3cfadea49f83e16b.zip
Remove additional GDB leftovers missed in r368667
Notes
Notes: svn path=/head/; revision=368669
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index e4f793e13aad..b31838503ded 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -6,7 +6,7 @@ SUBDIR=
SUBDIR.${MK_DIALOG}+= libdialog
SUBDIR.${MK_TESTS}+= tests
-.if ${MK_GNU_GREP} != "no" || ${MK_GDB} != "no"
+.if ${MK_GNU_GREP} != "no"
SUBDIR+= libregex
.endif