From a477e5037b8f6473b3e82705cd3830a0bf3e71d7 Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 28 Aug 1998 12:25:35 +0000 Subject: + 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. --- pkgtools/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pkgtools/Makefile (limited to 'pkgtools/Makefile') 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" -- cgit v1.2.3