Correct typo in r307679: the variable is MK_GNU_GREP_COMPAT

This commit is contained in:
Ed Maste 2016-10-20 18:43:12 +00:00
parent de0d37e2e3
commit 2abd48643a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307683

View file

@ -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