HomeFreeBSD

MFC r342874: Fix bsdgrep manpage clobbering grep(1) with default build

Description

MFC r342874: Fix bsdgrep manpage clobbering grep(1) with default build

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.

Details

Provenance
kevansAuthored on
Parents
rS343049: MFC r342849: libbe(3): Don't allow bootfs to be destroyed
Branches
Unknown
Tags
Unknown