From 0d2e2e23c1fe5d9b6f8bc889a3fd3abc3a7810fb Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 4 Mar 2001 05:29:10 +0000 Subject: Set TARGET_ARCH and install files -fschg as we do the kernel module. --- sys/conf/kmod.mk | 3 +++ 1 file changed, 3 insertions(+) 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}} -- cgit v1.3