On second thoughts, make kldxref failures non-fatal.

This commit is contained in:
Peter Wemm 2001-09-11 01:13:49 +00:00
parent 9c6f92408c
commit ad7da9b460
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83323

View File

@ -238,7 +238,7 @@ realinstall: _SUBDIR
done; true
.endif
.if !defined(NO_XREF)
kldxref ${DESTDIR}${KMODDIR}
-kldxref ${DESTDIR}${KMODDIR}
.endif
install: afterinstall _SUBDIR