bsd.links.mk wants full paths

The values in LINKS need to be full paths.
This commit is contained in:
Simon J. Gerraty 2021-02-15 10:05:00 -08:00
parent eac22dd480
commit 85d6747a69

View File

@ -9,7 +9,7 @@
.if exists(${.CURDIR}/tests)
PROG= make
LINKS= make bmake
LINKS= ${BINDIR}/make ${BINDIR}/bmake
MLINKS= ${MAN} b${MAN}
.endif