aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@FreeBSD.org>2026-01-26 20:19:44 +0000
committerJose Luis Duran <jlduran@FreeBSD.org>2026-01-26 20:19:44 +0000
commitfe962e33d86f888b496b17251c8bedebf92be8ee (patch)
treea74076198819e3c0a6d2a4471555f222fa0f3f7f /sys
parent2a5b083c1f7e0a4518bd944241af1d1102997c4d (diff)
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