diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2010-07-22 19:11:57 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2010-07-22 19:11:57 +0000 |
| commit | 4dc88ebedf943d69252e1bb441d756cf85540592 (patch) | |
| tree | 318bb6f174fac904c08b62b93207c79c56437b11 /usr.bin/Makefile | |
| parent | 582a734e13770204c7ffac8f60c089d5a47b6bd1 (diff) | |
Notes
Diffstat (limited to 'usr.bin/Makefile')
| -rw-r--r-- | usr.bin/Makefile | 5 |
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 |
