From: bluhm Date: Fri, 26 Aug 2016 13:10:30 +0000 (+0000) Subject: Make regress Makefile consistent with other tests, use bsd.regress.mk. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=068d885e1969d7f61943d863269c5ce6c5a32500;p=openbsd Make regress Makefile consistent with other tests, use bsd.regress.mk. OK otto@ --- diff --git a/regress/sbin/newfs/Makefile b/regress/sbin/newfs/Makefile index 56565f660c5..269f968063e 100644 --- a/regress/sbin/newfs/Makefile +++ b/regress/sbin/newfs/Makefile @@ -1,6 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2007/04/18 10:18:23 otto Exp $ +# $OpenBSD: Makefile,v 1.2 2016/08/26 13:10:30 bluhm Exp $ # # Regress tests for newfs -all: - sh checknewfs +REGRESS_TARGETS = run-regress-checknewfs + +run-regress-checknewfs: + sh ${.CURDIR}/checknewfs + +.include