summaryrefslogtreecommitdiff
path: root/bin/pax/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-10-01 04:07:17 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-10-01 04:07:17 +0000
commit478290db20b28ab28ce7e08cf33f1b44d82e4cb3 (patch)
treeb31430c773d683d336caf956649e9ed3f459369c /bin/pax/Makefile
Notes
Diffstat (limited to 'bin/pax/Makefile')
-rw-r--r--bin/pax/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/pax/Makefile b/bin/pax/Makefile
new file mode 100644
index 000000000000..9e4ddae746e9
--- /dev/null
+++ b/bin/pax/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/pax
+TESTS_SH= t_pax
+
+.include <bsd.test.mk>