Run kldxref on sparc64, it works now.

This commit is contained in:
Jake Burkholder 2003-01-21 05:52:48 +00:00
parent a438ad0718
commit 4875819c6e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109617
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 \