aboutsummaryrefslogtreecommitdiff
path: root/sbin/resize_ffs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/resize_ffs/Makefile')
-rw-r--r--sbin/resize_ffs/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/sbin/resize_ffs/Makefile b/sbin/resize_ffs/Makefile
new file mode 100644
index 000000000000..594e18519137
--- /dev/null
+++ b/sbin/resize_ffs/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.3 2011/01/05 02:25:27 riz Exp $
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/sbin/resize_ffs
+
+.for name in t_grow t_shrink t_grow_swapped t_shrink_swapped
+TESTS_SH+= ${name}
+TESTS_SH_SRC_${name}= common.sh ${name}.sh
+.endfor
+
+FILESDIR= ${TESTSDIR}
+FILES= testdata.tar.gz.base64
+FILES+= testdata.md5
+
+.include <bsd.test.mk>