summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-03-24 08:31:45 +0000
committerobrien <obrien@FreeBSD.org>2001-03-24 08:31:45 +0000
commit37bc95ff4fd32590a4c7eed06e2c561daea6ca89 (patch)
tree5d8ed6f9cd08e7b54658378cb1003ec9ac371285 /sys/conf
parent3b12e79656b6e686191f03548cd2cf056a447c07 (diff)
downloadFreeBSD-src-37bc95ff4fd32590a4c7eed06e2c561daea6ca89.zip
FreeBSD-src-37bc95ff4fd32590a4c7eed06e2c561daea6ca89.tar.gz
Cleaner way of adding -fschg (ie, correctly implement).
"INSTALLFLAGS" belongs to individual Makefiles. "_INSTALLFLAGS" is for global additions. Submitted by: bde
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/kmod.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index 1c77c0c..7585dde 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -202,8 +202,7 @@ beforeinstall:
afterinstall:
.endif
-INSTALLFLAGS+= -fschg
-_INSTALLFLAGS:= ${INSTALLFLAGS}
+_INSTALLFLAGS:= -fschg ${INSTALLFLAGS}
.for ie in ${INSTALLFLAGS_EDIT}
_INSTALLFLAGS:= ${_INSTALLFLAGS${ie}}
.endfor
OpenPOWER on IntegriCloud