mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
On second thoughts, make kldxref failures non-fatal.
This commit is contained in:
parent
9c6f92408c
commit
ad7da9b460
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ realinstall: _SUBDIR
|
|||
done; true
|
||||
.endif
|
||||
.if !defined(NO_XREF)
|
||||
kldxref ${DESTDIR}${KMODDIR}
|
||||
-kldxref ${DESTDIR}${KMODDIR}
|
||||
.endif
|
||||
|
||||
install: afterinstall _SUBDIR
|
||||
|
|
|
|||
Loading…
Reference in a new issue