git: fffeae4102df - stable/13 - Links for bmake and bmake.1

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Tue, 21 Dec 2021 13:48:17 UTC
The branch stable/13 has been updated by dim:

URL: https://cgit.FreeBSD.org/src/commit/?id=fffeae4102df6c1bfe57b0ea8524f87eb46e9b1e

commit fffeae4102df6c1bfe57b0ea8524f87eb46e9b1e
Author:     Simon J. Gerraty <sjg@FreeBSD.org>
AuthorDate: 2021-02-15 01:20:10 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2021-12-21 13:44:48 +0000

    Links for bmake and bmake.1
    
    Some folk forget that make is bmake, and want the links...
    
    MFC after: 1 week
    
    (cherry picked from commit ee10666327b622c2f20a4ac17e7a5673b04e7c9a)
---
 usr.bin/bmake/Makefile.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/usr.bin/bmake/Makefile.inc b/usr.bin/bmake/Makefile.inc
index 96431c19d2af..8c4cb659e1d8 100644
--- a/usr.bin/bmake/Makefile.inc
+++ b/usr.bin/bmake/Makefile.inc
@@ -9,6 +9,8 @@
 
 .if exists(${.CURDIR}/tests)
 PROG= make
+LINKS= make bmake
+MLINKS= ${MAN} b${MAN}
 .endif
 
 .if !defined(MK_SHARED_TOOLCHAIN) || ${MK_SHARED_TOOLCHAIN} == "no"