mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Simplify the assignment statement.
This commit is contained in:
parent
6f63bc577d
commit
99bca5069e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112146
@ -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}; \
|
||||
|
Loading…
Reference in New Issue
Block a user