aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-10-20 18:43:12 +0000
committerEd Maste <emaste@FreeBSD.org>2016-10-20 18:43:12 +0000
commit2abd48643a0d07e0cc6c234eeb2ba990f7b8aab5 (patch)
treea69716f0d5b7d5a1f05ed628e735f9f1da7bfc14 /gnu
parentde0d37e2e3e2d700cf5649a0decb9f22fa07e0ac (diff)
downloadsrc-2abd48643a0d07e0cc6c234eeb2ba990f7b8aab5.tar.gz
src-2abd48643a0d07e0cc6c234eeb2ba990f7b8aab5.zip
Correct typo in r307679: the variable is MK_GNU_GREP_COMPAT
Notes
Notes: svn path=/head/; revision=307683
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 cfb69a841ac7..0e17c229ed23 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -15,7 +15,7 @@ SUBDIR+= libreadline
.endif
.if ${MK_GNU_DIFF} != "no" || ${MK_GNU_GREP} != "no" || \
- ${GNU_GREP_COMPAT} != "no" || ${MK_GDB} != "no"
+ ${MK_GNU_GREP_COMPAT} != "no" || ${MK_GDB} != "no"
SUBDIR+= libregex
.endif