From 068d885e1969d7f61943d863269c5ce6c5a32500 Mon Sep 17 00:00:00 2001 From: bluhm Date: Fri, 26 Aug 2016 13:10:30 +0000 Subject: [PATCH] Make regress Makefile consistent with other tests, use bsd.regress.mk. OK otto@ --- regress/sbin/newfs/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 -- 2.20.1