Run kldxref on sparc64, it works now.

This commit is contained in:
jake 2003-01-21 05:52:48 +00:00
parent 0903e9ae53
commit 9e176dc1f0
2 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ _kmodinstall:
.include <bsd.links.mk>
.if !defined(NO_XREF) && ${MACHINE_ARCH} != "sparc64"
.if !defined(NO_XREF)
afterinstall: _kldxref
.ORDER: realinstall _kldxref
.ORDER: _installlinks _kldxref

View File

@ -282,7 +282,7 @@ SUBDIR=${MODULES_OVERRIDE}
.endif
# Calling kldxref(8) for each module is expensive.
.if !defined(NO_XREF) && ${MACHINE_ARCH} != "sparc64"
.if !defined(NO_XREF)
.MAKEFLAGS:= ${.MAKEFLAGS} -DNO_XREF
afterinstall:
@if type kldxref >/dev/null 2>&1; then \