summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/version/Makefile
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2010-04-23 11:07:43 +0000
committerflz <flz@FreeBSD.org>2010-04-23 11:07:43 +0000
commite9cfab3d986b32566bb9678314eba47c39f07856 (patch)
tree6be9bed7e8e47b70e4765242d3ba0b6144132981 /usr.sbin/pkg_install/version/Makefile
parent312805d71c96331a79af508c70e925b2eae8391f (diff)
downloadFreeBSD-src-e9cfab3d986b32566bb9678314eba47c39f07856.zip
FreeBSD-src-e9cfab3d986b32566bb9678314eba47c39f07856.tar.gz
- 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.
Diffstat (limited to 'usr.sbin/pkg_install/version/Makefile')
-rw-r--r--usr.sbin/pkg_install/version/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/pkg_install/version/Makefile b/usr.sbin/pkg_install/version/Makefile
index 3e1d7a5..fb079e3 100644
--- a/usr.sbin/pkg_install/version/Makefile
+++ b/usr.sbin/pkg_install/version/Makefile
@@ -3,13 +3,8 @@
PROG= pkg_version
SRCS= main.c perform.c
-CFLAGS+= -I${.CURDIR}/../lib
-
WFORMAT?= 1
-DPADD= ${LIBINSTALL} ${LIBFETCH} ${LIBMD}
-LDADD= ${LIBINSTALL} -lfetch -lmd
-
test:
sh ${.CURDIR}/test-pkg_version.sh
OpenPOWER on IntegriCloud