bsd.links.mk wants full paths
The values in LINKS need to be full paths.
This commit is contained in:
parent
eac22dd480
commit
85d6747a69
@ -9,7 +9,7 @@
|
||||
|
||||
.if exists(${.CURDIR}/tests)
|
||||
PROG= make
|
||||
LINKS= make bmake
|
||||
LINKS= ${BINDIR}/make ${BINDIR}/bmake
|
||||
MLINKS= ${MAN} b${MAN}
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user