#	$OpenBSD: Makefile,v 1.2 2016/08/26 13:10:30 bluhm Exp $
#
# Regress tests for newfs

REGRESS_TARGETS =	run-regress-checknewfs

run-regress-checknewfs:
	sh ${.CURDIR}/checknewfs

.include <bsd.regress.mk>
