summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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