]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix bsdgrep manpage clobbering grep(1) with default build options
authorKyle Evans <kevans@FreeBSD.org>
Wed, 9 Jan 2019 02:47:07 +0000 (02:47 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Wed, 9 Jan 2019 02:47:07 +0000 (02:47 +0000)
commit26e3f9681b94dd397ed0c163636ac05c036db3ca
tree7a322886860b2c9c1813931efe82bb0611821cc1
parent6d4db583932349d47c0ed42f7fa4d14aac52482c
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
usr.bin/grep/Makefile