summaryrefslogtreecommitdiff
path: root/sysutils/mtree
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-14 19:54:47 +0000
committerjlam <jlam@pkgsrc.org>2006-07-14 19:54:47 +0000
commit06eb7023cb1b05732182864f41b9093fa9b6ac74 (patch)
tree1162554eb4db599be110f32e289f8532a1f144a3 /sysutils/mtree
parent3b3d6f17ec9326776659a8a5f0468ce0b234a69b (diff)
downloadpkgsrc-06eb7023cb1b05732182864f41b9093fa9b6ac74.tar.gz
Create a separate sysutils/mtree package that is a "normal" package,
distinct from the pkgtools/mtree package which is installed as part of the bootstrap process and which may be needed by pkg_install.
Diffstat (limited to 'sysutils/mtree')
-rw-r--r--sysutils/mtree/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysutils/mtree/Makefile b/sysutils/mtree/Makefile
new file mode 100644
index 00000000000..c6f48ef9ce1
--- /dev/null
+++ b/sysutils/mtree/Makefile
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1 2006/07/14 19:54:47 jlam Exp $
+
+.include "../../pkgtools/mtree/Makefile.common"
+
+CATEGORIES= sysutils
+
+.include "../../mk/bsd.pkg.mk"