Drop main() prototype. Syncs with NetBSD-8
[minix.git] / tests / sbin / newfs / Makefile
blob84e0f091ec1952b3fc29308d2d77eaa2162be720
1 # $NetBSD: Makefile,v 1.2 2011/03/06 17:08:41 bouyer Exp $
3 .include <bsd.own.mk>
5 TESTSDIR= ${TESTSBASE}/sbin/newfs
7 .for name in t_enable_quotas
8 TESTS_SH+= ${name}
9 TESTS_SH_SRC_${name}= quotas_common.sh ${name}.sh
10 .endfor
12 .include <bsd.test.mk>