mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
userboot: allow for overriding the version file location
Use ?= when assigning VERSION_FILE Reviewed by: imp Obtained from: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D44624
This commit is contained in:
parent
6b454da6bb
commit
112783ebbc
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ CFLAGS.main.c+= -I${SYSDIR}/contrib/openzfs/include/os/freebsd/zfs
|
|||
CWARNFLAGS.main.c += -Wno-implicit-function-declaration
|
||||
|
||||
NEWVERSWHAT= "User boot ${LOADER_INTERP}" ${MACHINE_CPUARCH}
|
||||
VERSION_FILE= ${.CURDIR}/../userboot/version
|
||||
VERSION_FILE?= ${.CURDIR}/../userboot/version
|
||||
|
||||
.if ${LOADER_INTERP} == ${LOADER_DEFAULT_INTERP}
|
||||
LINKS+= ${BINDIR}/${SHLIB_NAME} ${BINDIR}/userboot.so
|
||||
|
|
|
|||
Loading…
Reference in a new issue