mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Simplify the assignment statement.
This commit is contained in:
parent
6f63bc577d
commit
99bca5069e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue