summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/Makefile
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2011-05-17 19:11:47 +0000
committerflz <flz@FreeBSD.org>2011-05-17 19:11:47 +0000
commita67c814c56ba88655fb9dc06c639c3ce44a41d3d (patch)
tree09d73e61361d4bd08e4cbf43041da192c242cc1c /usr.sbin/pkg_install/Makefile
parent7fd3026923990d3b14f6b6440502163be85b611b (diff)
downloadFreeBSD-src-a67c814c56ba88655fb9dc06c639c3ce44a41d3d.zip
FreeBSD-src-a67c814c56ba88655fb9dc06c639c3ce44a41d3d.tar.gz
Backout libinstall.a -> libpkg commit.
Discussed with: erwin, brooks, bapt
Diffstat (limited to 'usr.sbin/pkg_install/Makefile')
-rw-r--r--usr.sbin/pkg_install/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile
index 0aa1941..bf1a213 100644
--- a/usr.sbin/pkg_install/Makefile
+++ b/usr.sbin/pkg_install/Makefile
@@ -2,11 +2,11 @@
.include <bsd.own.mk>
-SUBDIR= add create delete info updating version
+SUBDIR= lib add create delete info updating version
.include <bsd.subdir.mk>
-DATE!= grep PKG_INSTALL_VERSION ${.CURDIR}/Makefile.inc | sed 's|.*=||'
+DATE!= grep PKG_INSTALL_VERSION ${.CURDIR}/lib/lib.h | sed 's|.*[ ]||'
distfile: clean
@(cd ${.CURDIR}/..; \
OpenPOWER on IntegriCloud