summaryrefslogtreecommitdiff
path: root/regress/sbin/newfs/Makefile
blob: a6a9d6ac0e745b6e0ab4546a4aa0c99ad90944fe (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.3 2019/02/12 21:47:19 bluhm Exp $
#
# Regress tests for newfs

REGRESS_TARGETS =	run-regress-checknewfs

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

.include <bsd.regress.mk>