diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-04 05:29:10 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-04 05:29:10 +0000 |
| commit | 0d2e2e23c1fe5d9b6f8bc889a3fd3abc3a7810fb (patch) | |
| tree | 2565f2556f15edb67a3825ae99a0c5dac4490a58 | |
| parent | 768fd422b4b7e050f3546d469f7a167fddcea30a (diff) | |
Notes
| -rw-r--r-- | sys/conf/kmod.mk | 3 |
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}} |
