aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2010-04-23 11:07:43 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2010-04-23 11:07:43 +0000
commit762c7db2e8f714203a9766492a631d0ea310bd78 (patch)
tree6be9bed7e8e47b70e4765242d3ba0b6144132981 /lib/Makefile
parentf31e6c7f26cf0980192132d1b7bfdf743490f1ad (diff)
downloadsrc-762c7db2e8f714203a9766492a631d0ea310bd78.tar.gz
src-762c7db2e8f714203a9766492a631d0ea310bd78.zip
- Take libinstall.a out of pkg_install and make it a proper shared library.
- Rework the wrapper support to check libpkg version as well as pkg_install version. - Add libfetch to _prebuild_libs. - There are no new features introduced. Notes: the API is not stable, so basically, do not use libpkg in your projects for now. Also there's no manpage for libpkg yet, because the API will change drastically. I repeat, do not use libpkg for now.
Notes
Notes: svn path=/head/; revision=207113
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index f3025b1f2361..68f163e9e193 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -85,6 +85,7 @@ SUBDIR= ${SUBDIR_ORDERED} \
libopie \
libpam \
libpcap \
+ ${_libpkg} \
${_libpmc} \
libproc \
librt \
@@ -197,6 +198,10 @@ _libmp= libmp
_libpmc= libpmc
.endif
+.if ${MK_PKGTOOLS} != "no"
+_libpkg= libpkg
+.endif
+
.if ${MK_SENDMAIL} != "no"
_libmilter= libmilter
_libsm= libsm