mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bsd.links.mk wants full paths
The values in LINKS need to be full paths.
This commit is contained in:
parent
eac22dd480
commit
85d6747a69
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue