summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorcheusov <cheusov>2011-05-16 19:20:43 +0000
committercheusov <cheusov>2011-05-16 19:20:43 +0000
commitbde02b3f6564f77a5c77f5cc280e21288cec2b69 (patch)
tree695d90157299f516683793f86a9535325ff93134 /pkgtools
parentb626c5eefd5faf9318d3fbdfaf46ba6b44582b34 (diff)
downloadpkgsrc-bde02b3f6564f77a5c77f5cc280e21288cec2b69.tar.gz
Add pkg_online client and server, approved by sponsors
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile
index 4746af87f22..569207106be 100644
--- a/pkgtools/Makefile
+++ b/pkgtools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2011/05/11 20:07:29 cheusov Exp $
+# $NetBSD: Makefile,v 1.99 2011/05/16 19:20:43 cheusov Exp $
#
COMMENT= Tools for use in the packages collection
@@ -33,6 +33,8 @@ SUBDIR+= pkg_install
SUBDIR+= pkg_install-info
SUBDIR+= pkg_leaves
SUBDIR+= pkg_notify
+SUBDIR+= pkg_online-client
+SUBDIR+= pkg_online-server
SUBDIR+= pkg_regress
SUBDIR+= pkg_rolling-replace
SUBDIR+= pkg_select