mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Fix spelling of INTERNALLIBS
This commit is contained in:
parent
e4a5ee711a
commit
5abe80cf6b
1 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ _PRIVATELIBS= \
|
|||
ucl \
|
||||
unbound
|
||||
|
||||
_INTERNALIBS= \
|
||||
_INTERNALLIBS= \
|
||||
amu \
|
||||
bsnmptools \
|
||||
cron \
|
||||
|
|
@ -49,7 +49,7 @@ _INTERNALIBS= \
|
|||
|
||||
_LIBRARIES= \
|
||||
${_PRIVATELIBS} \
|
||||
${_INTERNALIBS} \
|
||||
${_INTERNALLIBS} \
|
||||
alias \
|
||||
archive \
|
||||
asn1 \
|
||||
|
|
@ -243,7 +243,7 @@ LIB${_l:tu}?= ${DESTDIR}${LIBDIR}/libprivate${_l}.a
|
|||
.endfor
|
||||
|
||||
.for _l in ${_LIBRARIES}
|
||||
.if ${_INTERNALIBS:M${_l}}
|
||||
.if ${_INTERNALLIBS:M${_l}}
|
||||
LDADD_${_l}_L+= -L${LIB${_l:tu}DIR}
|
||||
.endif
|
||||
DPADD_${_l}?= ${LIB${_l:tu}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue