diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2011-06-08 21:29:33 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2011-06-08 21:29:33 +0000 |
| commit | 9fe1fe82044a89984fb1ae610c6332e8b7fc2897 (patch) | |
| tree | fa91c4cfbe811af9d991de6b03b79a48e4b351dd /gnu | |
| parent | 76dbe6498b11b293d73db05b98247866d074c485 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 95eeeb8acd171..b222c47953dca 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -11,7 +11,7 @@ SUBDIR= ${_binutils} \ ${_dtc} \ ${_gdb} \ ${_gperf} \ - ${_grep} \ + grep \ ${_groff} \ patch \ ${_rcs} \ @@ -27,8 +27,6 @@ _groff= groff .endif .endif -_grep= grep - .if ${MK_CVS} != "no" _cvs= cvs .endif |
