summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/kmod.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index b2109a5..ddf3abc 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -237,6 +237,9 @@ realinstall: _SUBDIR
ln -fs $$l $$t; \
done; true
.endif
+.if !defined(NO_XREF)
+ kldxref ${DESTDIR}${KMODDIR}
+.endif
install: afterinstall _SUBDIR
.if !defined(NOMAN)
OpenPOWER on IntegriCloud