freebsd_amp_hwpstate/usr.bin/grep
Kyle Evans 26e3f9681b Fix bsdgrep manpage clobbering grep(1) with default build options
The default build should install bsdgrep(1) and grep(1), with the latter
being gnugrep(1). WITH_BSD_GREP flips this situation such that we have
gnugrep(1) and grep(1), with the latter being bsdgrep(1).

Changes to start installing the zgrep script out of usr.bin/grep
inadvertently altered the default build such that grep(1) was being
installed, and it was bsdgrep(1). Correct the typo.

Reported by:	bcran
MFC after:	3 days
2019-01-09 02:47:07 +00:00
..
tests
Makefile Fix bsdgrep manpage clobbering grep(1) with default build options 2019-01-09 02:47:07 +00:00
Makefile.depend
file.c
grep.1 Adjust formatting of grep and zgrep manual pages. 2018-08-20 22:23:59 +00:00
grep.c
grep.h
queue.c
util.c
zgrep.1 Adjust formatting of grep and zgrep manual pages. 2018-08-20 22:23:59 +00:00
zgrep.sh