Set TARGET_ARCH and install files -fschg as we do the kernel module.
This commit is contained in:
parent
768fd422b4
commit
0d2e2e23c1
@ -78,6 +78,8 @@
|
||||
KMODLOAD?= /sbin/kldload
|
||||
KMODUNLOAD?= /sbin/kldunload
|
||||
|
||||
TARGET_ARCH?= ${MACHINE_ARCH}
|
||||
|
||||
.if !target(__initialized__)
|
||||
__initialized__:
|
||||
.if exists(${.CURDIR}/../Makefile.inc)
|
||||
@ -199,6 +201,7 @@ beforeinstall:
|
||||
afterinstall:
|
||||
.endif
|
||||
|
||||
INSTALLFLAGS+= -fschg
|
||||
_INSTALLFLAGS:= ${INSTALLFLAGS}
|
||||
.for ie in ${INSTALLFLAGS_EDIT}
|
||||
_INSTALLFLAGS:= ${_INSTALLFLAGS${ie}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user