aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-20 19:33:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-20 19:33:00 +0000
commitaf8612c17ac1a5ea3d4c06a9eb1ce4604f82e6a1 (patch)
tree5135309bf1ed0a07183d2622ba5ae00fea8ba8da /gnu
parentfd1444e4c9a3b1f2145e465b4f10802a84df0e88 (diff)
downloadsrc-af8612c17ac1a5ea3d4c06a9eb1ce4604f82e6a1.tar.gz
src-af8612c17ac1a5ea3d4c06a9eb1ce4604f82e6a1.zip
GNU diff is done and GNU diff3 is not using libgnuregex, so no need to
condition the build of libgnuregex anymore on WITHOUT_GNU_DIFF
Notes
Notes: svn path=/head/; revision=317211
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index 5753da8b40a7..6112624560de 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -9,8 +9,8 @@ SUBDIR.${MK_SSP}+= libssp
SUBDIR.${MK_TESTS}+= tests
SUBDIR.${MK_GDB}+= libreadline
-.if ${MK_GNU_DIFF} != "no" || ${MK_GNU_GREP} != "no" || \
- ${MK_GNU_GREP_COMPAT} != "no" || ${MK_GDB} != "no"
+.if ${MK_GNU_GREP} != "no" || ${MK_GNU_GREP_COMPAT} != "no" || \
+ ${MK_GDB} != "no"
SUBDIR+= libregex
.endif