diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk index ddf3abcd5d8..e83f0f07f46 100644 --- a/sys/conf/kmod.mk +++ b/sys/conf/kmod.mk @@ -238,7 +238,7 @@ realinstall: _SUBDIR done; true .endif .if !defined(NO_XREF) - kldxref ${DESTDIR}${KMODDIR} + -kldxref ${DESTDIR}${KMODDIR} .endif install: afterinstall _SUBDIR