diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2009-10-15 18:17:19 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2009-10-15 18:17:19 +0000 |
commit | 28304259ca5315041425156cfcf7aea48374aee8 (patch) | |
tree | 566cddd03078970b9d71e8fb777d47b6d923d18c /usr.sbin/pkg_add/Makefile | |
parent | 5cd8644faf7aacec9e6ebf03f3e8e0823c28cc80 (diff) |
pkg_add will need to track installation progress globally, so that we don't
solve dependencies with stuff that we want to update later...
create that information, to be used...
Diffstat (limited to 'usr.sbin/pkg_add/Makefile')
-rw-r--r-- | usr.sbin/pkg_add/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/Makefile b/usr.sbin/pkg_add/Makefile index ba6cf384294..3f80f3022f7 100644 --- a/usr.sbin/pkg_add/Makefile +++ b/usr.sbin/pkg_add/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.53 2009/10/14 22:59:34 espie Exp $ +# $OpenBSD: Makefile,v 1.54 2009/10/15 18:17:18 espie Exp $ .include <bsd.own.mk> @@ -45,6 +45,7 @@ PACKAGES= \ OpenBSD/SharedLibs.pm \ OpenBSD/Subst.pm \ OpenBSD/Temp.pm \ + OpenBSD/Tracker.pm \ OpenBSD/Update.pm \ OpenBSD/UpdateSet.pm \ OpenBSD/Ustar.pm \ |