diff options
author | 2016-08-26 13:10:30 +0000 | |
---|---|---|
committer | 2016-08-26 13:10:30 +0000 | |
commit | 068d885e1969d7f61943d863269c5ce6c5a32500 (patch) | |
tree | 544fb89d5a149cf711c7e534deda7a6115420dbb | |
parent | Kill the ps_ninstances from proc.c. (diff) | |
download | wireguard-openbsd-068d885e1969d7f61943d863269c5ce6c5a32500.tar.xz wireguard-openbsd-068d885e1969d7f61943d863269c5ce6c5a32500.zip |
Make regress Makefile consistent with other tests, use bsd.regress.mk.
OK otto@
-rw-r--r-- | regress/sbin/newfs/Makefile | 10 |
1 files 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 <bsd.regress.mk> |