summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2008-04-07 11:02:25 +0000
committerMarc Espie <espie@cvs.openbsd.org>2008-04-07 11:02:25 +0000
commitd8cf9e13f981ff0047c30b57c954abaa816cf975 (patch)
treee5b470c52403fc0f5d3ef66f8b8ba52edeb76f06 /usr.sbin/pkg_add/Makefile
parent0d8d6d4a5bb7352660597daa80b17514017c2dbe (diff)
put Subst stuff into its own library file, to reuse elsewhere.
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 82db31fb8e7..c5fec720b23 100644
--- a/usr.sbin/pkg_add/Makefile
+++ b/usr.sbin/pkg_add/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.48 2008/02/04 12:15:03 espie Exp $
+# $OpenBSD: Makefile,v 1.49 2008/04/07 11:02:24 espie Exp $
.include <bsd.own.mk>
@@ -41,6 +41,7 @@ PACKAGES= \
OpenBSD/Search.pm \
OpenBSD/SharedItems.pm \
OpenBSD/SharedLibs.pm \
+ OpenBSD/Subst.pm \
OpenBSD/Temp.pm \
OpenBSD/Update.pm \
OpenBSD/UpdateSet.pm \