aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2010-07-22 19:11:57 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2010-07-22 19:11:57 +0000
commit4dc88ebedf943d69252e1bb441d756cf85540592 (patch)
tree318bb6f174fac904c08b62b93207c79c56437b11 /usr.bin/Makefile
parent582a734e13770204c7ffac8f60c089d5a47b6bd1 (diff)
Notes
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 14e3526463ff9..4e6855eddba8d 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -79,6 +79,7 @@ SUBDIR= alias \
getent \
getopt \
${_gprof} \
+ ${_grep} \
gzip \
head \
${_hesinfo} \
@@ -284,6 +285,10 @@ _calendar= calendar
_clang= clang
.endif
+.if ${MK_GNU_GREP} != "yes"
+_grep= grep
+.endif
+
.if ${MK_HESIOD} != "no"
_hesinfo= hesinfo
.endif