mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -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 (cherry picked from commit 112783ebbc313f0df73bbec8520a94aba4a4f33d)
This commit is contained in:
parent
e40703a705
commit
33d1ce86ab
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