1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

Define libipf internal library

This commit is contained in:
Baptiste Daroussin 2014-11-25 11:22:28 +00:00
parent 12cd1730ee
commit cc0d90a799
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275029

View File

@ -25,6 +25,7 @@ _PRIVATELIBS= \
_INTERNALIBS= \
event \
ipf \
mandoc \
netbsd \
ohash \
@ -207,6 +208,9 @@ LDADD_sqlite3+= ${LDADD_pthread}
DPADD_atf_cxx+= ${DPADD_atf_c}
LDADD_atf_cxx+= ${LDADD_atf_c}
DPADD_ipf+= ${DPADD_kvm}
LDADD_ipf+= ${LDADD_kvm}
# The following depends on libraries which are using pthread
DPADD_hdb+= ${DPADD_pthread}
LDADD_hdb+= ${LDADD_pthread}
@ -292,3 +296,6 @@ LIBVERS?= ${LIBVERSDIR}/libvers.a
LIBSLDIR= ${ROOTOBJDIR}/kerberos5/lib/libsl
LIBSL?= ${LIBSLDIR}/libsl.a
LIBIPFDIR= ${ROOTOBJDIR}/sbin/ipf/libipf
LIBIPF?= ${LIBIPFDIR}/libipf.a