aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-12-22 21:36:40 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-12-25 21:14:17 +0000
commit8aff76fb37b58a74832831ac1c54a013a64b35e7 (patch)
tree01f33cd6fb92aa9afc82f4a9ded361772c208ad9 /gnu
parenteae35125e948b2d92d3ba1d9687cb08086393ae8 (diff)
downloadsrc-8aff76fb37b58a74832831ac1c54a013a64b35e7.tar.gz
src-8aff76fb37b58a74832831ac1c54a013a64b35e7.zip
build: remove the option to build gnugrep
Unconditionally install bsdgrep as grep, bootstrap or not. Remove all build glue and stop installing both gnugrep and libgnuregex now that all consumers of the latter are gone. Relnotes: yes Differential Revision: https://reviews.freebsd.org/D27732
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/Makefile4
-rw-r--r--gnu/usr.bin/Makefile1
2 files changed, 0 insertions, 5 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index b31838503ded..1b42da377883 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -6,10 +6,6 @@ SUBDIR=
SUBDIR.${MK_DIALOG}+= libdialog
SUBDIR.${MK_TESTS}+= tests
-.if ${MK_GNU_GREP} != "no"
-SUBDIR+= libregex
-.endif
-
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index f0aff545ddc9..9910365a5b0a 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -4,7 +4,6 @@
SUBDIR.${MK_DIALOG}+= dialog
SUBDIR.${MK_GNU_DIFF}+= diff3
-SUBDIR.${MK_GNU_GREP}+= grep
SUBDIR.${MK_TESTS}+= tests
SUBDIR_PARALLEL=