summaryrefslogtreecommitdiff
path: root/sysutils/mtree
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-14 19:54:47 +0000
committerjlam <jlam>2006-07-14 19:54:47 +0000
commitc797d75c860d45a14b68d6800ad471dc087b0187 (patch)
tree1162554eb4db599be110f32e289f8532a1f144a3 /sysutils/mtree
parent21f5839ce3c6fea25aa26357e860dfb24ae31dce (diff)
downloadpkgsrc-c797d75c860d45a14b68d6800ad471dc087b0187.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"