summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2009-10-14 22:59:35 +0000
committerMarc Espie <espie@cvs.openbsd.org>2009-10-14 22:59:35 +0000
commitb3a667760624e9fb4230a91fece174894f606d34 (patch)
tree9689fb2836e81b5e1bcf4ed783f769a07cf9a40c /usr.sbin/pkg_add/Makefile
parentbd565b860ae1095570a3f9d924ccc6f3c9d8614a (diff)
move OpenBSD::Handle into its own file. I guess I need to disentangle this
code before I go further....
Diffstat (limited to 'usr.sbin/pkg_add/Makefile')
-rw-r--r--usr.sbin/pkg_add/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/Makefile b/usr.sbin/pkg_add/Makefile
index 8c75d5c79c0..ba6cf384294 100644
--- a/usr.sbin/pkg_add/Makefile
+++ b/usr.sbin/pkg_add/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.52 2009/04/14 17:53:58 espie Exp $
+# $OpenBSD: Makefile,v 1.53 2009/10/14 22:59:34 espie Exp $
.include <bsd.own.mk>
@@ -18,6 +18,7 @@ PACKAGES= \
OpenBSD/Dependencies.pm \
OpenBSD/Error.pm \
OpenBSD/Getopt.pm \
+ OpenBSD/Handle.pm \
OpenBSD/IdCache.pm \
OpenBSD/Interactive.pm \
OpenBSD/Mtree.pm \