summaryrefslogtreecommitdiffstats
path: root/sys/conf/kmod.mk
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-09-11 01:13:49 +0000
committerpeter <peter@FreeBSD.org>2001-09-11 01:13:49 +0000
commit72f88f6d25d022339b8686df1f2632828a9c737e (patch)
tree4e3e6f690e4f379f00dce620c3a86607faa6ce27 /sys/conf/kmod.mk
parent2975fbf1b355f2dc0a55d5112534cfdc48d0e9df (diff)
downloadFreeBSD-src-72f88f6d25d022339b8686df1f2632828a9c737e.zip
FreeBSD-src-72f88f6d25d022339b8686df1f2632828a9c737e.tar.gz
On second thoughts, make kldxref failures non-fatal.
Diffstat (limited to 'sys/conf/kmod.mk')
-rw-r--r--sys/conf/kmod.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index ddf3abc..e83f0f0 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
OpenPOWER on IntegriCloud