aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-04 05:29:10 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-04 05:29:10 +0000
commit0d2e2e23c1fe5d9b6f8bc889a3fd3abc3a7810fb (patch)
tree2565f2556f15edb67a3825ae99a0c5dac4490a58
parent768fd422b4b7e050f3546d469f7a167fddcea30a (diff)
Notes
-rw-r--r--sys/conf/kmod.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index 9fa8029da3fa..350df228db08 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -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}}