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"