diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2021-02-15 01:20:10 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2021-02-15 01:22:21 +0000 |
commit | ee10666327b622c2f20a4ac17e7a5673b04e7c9a (patch) | |
tree | 21f94209894b0c1727d817f234deab8ace302947 | |
parent | 74c59ab790db0062b768bb9742e4d1ad036501ad (diff) | |
download | src-ee10666327b622c2f20a4ac17e7a5673b04e7c9a.tar.gz src-ee10666327b622c2f20a4ac17e7a5673b04e7c9a.zip |
Links for bmake and bmake.1
Some folk forget that make is bmake, and want the links...
MFC after: 1 week
-rw-r--r-- | usr.bin/bmake/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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" |