1#	$OpenBSD: Makefile,v 1.3 2019/02/12 21:47:19 bluhm Exp $
2#
3# Regress tests for newfs
4
5REGRESS_TARGETS =	run-regress-checknewfs
6
7run-regress-checknewfs:
8	${SUDO} sh ${.CURDIR}/checknewfs
9
10.include <bsd.regress.mk>
11