aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/kmod.mk2
-rw-r--r--sys/modules/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index edc311348971..17358428a023 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -383,7 +383,7 @@ afterinstall: _kldxref
_kldxref: .PHONY
${KLDXREF_CMD} ${DESTDIR}${KMODDIR}
.if defined(NO_ROOT) && defined(METALOG)
- echo ".${DISTBASE}${KMODDIR}/linker.hints type=file mode=0644 uname=root gname=wheel" | \
+ echo ".${DISTBASE}${KMODDIR}/linker.hints type=file uname=root gname=wheel mode=0644" | \
cat -l >> ${METALOG}
.endif
.endif
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 538cd7a1f37d..caf703bb318d 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -967,7 +967,7 @@ SUBDIR:= ${SUBDIR:N${reject}}
afterinstall: .PHONY
${KLDXREF_CMD} ${DESTDIR}${KMODDIR}
.if defined(NO_ROOT) && defined(METALOG)
- echo ".${DISTBASE}${KMODDIR}/linker.hints type=file mode=0644 uname=root gname=wheel" | \
+ echo ".${DISTBASE}${KMODDIR}/linker.hints type=file uname=root gname=wheel mode=0644" | \
cat -l >> ${METALOG}
.endif
.endif