Make regress Makefile consistent with other tests, use bsd.regress.mk.
authorbluhm <bluhm@openbsd.org>
Fri, 26 Aug 2016 13:10:30 +0000 (13:10 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 26 Aug 2016 13:10:30 +0000 (13:10 +0000)
OK otto@

regress/sbin/newfs/Makefile

index 56565f6..269f968 100644 (file)
@@ -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 <bsd.regress.mk>