mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
LIBUNBOUND can be unconditionally set.
This commit is contained in:
parent
1e309af2ef
commit
fa3dfa6128
1 changed files with 0 additions and 2 deletions
|
|
@ -148,9 +148,7 @@ LIBUCL?= ${DESTDIR}${LIBPRIVATEDIR}/libucl.a
|
|||
LIBUFS?= ${DESTDIR}${LIBDIR}/libufs.a
|
||||
LIBUGIDFW?= ${DESTDIR}${LIBDIR}/libugidfw.a
|
||||
LIBUMEM?= ${DESTDIR}${LIBDIR}/libumem.a
|
||||
.if ${MK_UNBOUND} != "no"
|
||||
LIBUNBOUND?= ${DESTDIR}${LIBPRIVATEDIR}/libunbound.a
|
||||
.endif
|
||||
LIBUSBHID?= ${DESTDIR}${LIBDIR}/libusbhid.a
|
||||
LIBUSB?= ${DESTDIR}${LIBDIR}/libusb.a
|
||||
LIBULOG?= ${DESTDIR}${LIBDIR}/libulog.a
|
||||
|
|
|
|||
Loading…
Reference in a new issue