artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40f5ae1
)
Make regress Makefile consistent with other tests, use bsd.regress.mk.
author
bluhm
<bluhm@openbsd.org>
Fri, 26 Aug 2016 13:10:30 +0000
(13:10 +0000)
committer
bluhm
<bluhm@openbsd.org>
Fri, 26 Aug 2016 13:10:30 +0000
(13:10 +0000)
OK otto@
regress/sbin/newfs/Makefile
patch
|
blob
|
history
diff --git
a/regress/sbin/newfs/Makefile
b/regress/sbin/newfs/Makefile
index
56565f6
..
269f968
100644
(file)
--- 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 <bsd.regress.mk>