aboutsummaryrefslogtreecommitdiff
path: root/bin/tar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tar/Makefile')
-rw-r--r--bin/tar/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/tar/Makefile b/bin/tar/Makefile
new file mode 100644
index 000000000000..377543e4fe6f
--- /dev/null
+++ b/bin/tar/Makefile
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile,v 1.1 2012/03/17 16:33:11 jruoho Exp $
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/bin/tar
+TESTS_SH= t_tar
+
+.include <bsd.test.mk>