summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2011-05-25 01:04:12 +0000
committerobrien <obrien@FreeBSD.org>2011-05-25 01:04:12 +0000
commit0b7fec6762dc8e5033f083cf949edf73e739103f (patch)
tree2d062953dece4440112f7980c27ef3b097cb7e54 /gnu/usr.bin/Makefile
parent2a56bd31552754fcf7be84e5f869a380215e53b1 (diff)
downloadFreeBSD-src-0b7fec6762dc8e5033f083cf949edf73e739103f.zip
FreeBSD-src-0b7fec6762dc8e5033f083cf949edf73e739103f.tar.gz
Build and install a BSD licensed grep.
If WITH_BSD_GREP is not set, it will be 'bsdgrep' and GNUgrep will be '[ef]grep'. Otherwise, BSD-grep will be the grep family, and GNUgrep will be 'gnugrep'. Discussed with: brooks
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r--gnu/usr.bin/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 0ee257f..95eeeb8 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -27,9 +27,7 @@ _groff= groff
.endif
.endif
-.if ${MK_BSD_GREP} != "yes"
_grep= grep
-.endif
.if ${MK_CVS} != "no"
_cvs= cvs
OpenPOWER on IntegriCloud