Drop main() prototype. Syncs with NetBSD-8
[minix.git] / tests / sbin / resize_ffs / Makefile
blob46ee34bee4714d66d03d293dbbe6f6fe588821d6
1 # $NetBSD: Makefile,v 1.4 2015/03/29 19:37:02 chopps Exp $
3 .include <bsd.own.mk>
5 TESTSDIR= ${TESTSBASE}/sbin/resize_ffs
7 .for name in t_check t_grow t_shrink t_grow_swapped t_shrink_swapped
8 TESTS_SH+= ${name}
9 TESTS_SH_SRC_${name}= common.sh ${name}.sh
10 .endfor
12 FILESDIR= ${TESTSDIR}
13 FILES= testdata.tar.gz.base64
14 FILES+= testdata.md5
16 .include <bsd.test.mk>