summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2010-08-23 10:04:26 +0000
committergabor <gabor@FreeBSD.org>2010-08-23 10:04:26 +0000
commit415098b7a0b80ee2df0537585e6978bff2e8d28e (patch)
tree4fbc5e653ad93e90ffacc6f6ec3703b522bb962a /tools
parent50d4a3193c693a85220d6d5595132133a5260003 (diff)
downloadFreeBSD-src-415098b7a0b80ee2df0537585e6978bff2e8d28e.zip
FreeBSD-src-415098b7a0b80ee2df0537585e6978bff2e8d28e.tar.gz
- Change default grep back to GNU version. BSD grep can be built with the
WITH_BSD_GREP knob. - Bump __FreeBSD_version Requested by: dougb Approved by: delphij (mentor)
Diffstat (limited to 'tools')
-rw-r--r--tools/build/options/WITH_BSD_GREP2
-rw-r--r--tools/build/options/WITH_GNU_GREP2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/build/options/WITH_BSD_GREP b/tools/build/options/WITH_BSD_GREP
new file mode 100644
index 0000000..702ca25
--- /dev/null
+++ b/tools/build/options/WITH_BSD_GREP
@@ -0,0 +1,2 @@
+.\" $FreeBSD$
+Build BSD-licensed grep instead of GNU grep.
diff --git a/tools/build/options/WITH_GNU_GREP b/tools/build/options/WITH_GNU_GREP
deleted file mode 100644
index c4bd008..0000000
--- a/tools/build/options/WITH_GNU_GREP
+++ /dev/null
@@ -1,2 +0,0 @@
-.\" $FreeBSD$
-Set to build the base system with GNU grep instead of BSD grep
OpenPOWER on IntegriCloud