Simplify the assignment statement.

This commit is contained in:
Ruslan Ermilov 2003-03-12 14:32:46 +00:00
parent 6f63bc577d
commit 99bca5069e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112146

View File

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