summaryrefslogtreecommitdiff
path: root/pkgtools/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-08-28 12:25:35 +0000
committeragc <agc@pkgsrc.org>1998-08-28 12:25:35 +0000
commita477e5037b8f6473b3e82705cd3830a0bf3e71d7 (patch)
treec7997ed337b1c347c3900a670b81333023aacdc9 /pkgtools/Makefile
parent97fae5833e9ad8fff21bad08b539bd5b2df922d2 (diff)
downloadpkgsrc-a477e5037b8f6473b3e82705cd3830a0bf3e71d7.tar.gz
+ Add a pkgtools category.
+ Add a pkg_install package, in the pkgtools category, which is a copy of NetBSD-current's /usr/src/usr.sbin/pkg_install sources, as of August 28th 1998. This version of the pkg_* tools includes a version of pkg_info(1) which echoes matching package names, understands sh(1) globbing, csh(1)-style {,} alternates, and Dewey decimal version number relational matching.
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r--pkgtools/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile
new file mode 100644
index 00000000000..e47ec45e912
--- /dev/null
+++ b/pkgtools/Makefile
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1 1998/08/28 12:25:35 agc Exp $
+#
+
+#SUBDIR+= pkg_install
+
+.include "../mk/bsd.pkg.subdir.mk"