blob: 269f968063ee7f6e9e6cf4e40eb1f60cb9a2a6f3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $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>
|