Set TARGET_ARCH and install files -fschg as we do the kernel module.

This commit is contained in:
David E. O'Brien 2001-03-04 05:29:10 +00:00
parent 768fd422b4
commit 0d2e2e23c1

View File

@ -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}}