summaryrefslogtreecommitdiff
path: root/regress/sys/net/vxlan
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2022-04-29 17:27:39 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2022-04-29 17:27:39 +0000
commit748d3ea8c2c9cc181ea24b415a184009316c4835 (patch)
tree347ef082d8592e1bb5022634b856589bd588d9bd /regress/sys/net/vxlan
parenta0295cd87c53a440e22df47e7097f6fd7f3564f3 (diff)
Cleanup makefile so that tests are similar. Link pair to build.
Diffstat (limited to 'regress/sys/net/vxlan')
-rw-r--r--regress/sys/net/vxlan/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/regress/sys/net/vxlan/Makefile b/regress/sys/net/vxlan/Makefile
index b9898e69b0b..7a982ac2eeb 100644
--- a/regress/sys/net/vxlan/Makefile
+++ b/regress/sys/net/vxlan/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2021/10/02 07:07:47 anton Exp $
+# $OpenBSD: Makefile,v 1.5 2022/04/29 17:27:38 bluhm Exp $
REGRESS_TARGETS= vxlan_1 vxlan_2.inet vxlan_2.dyn
REGRESS_ROOT_TARGETS= vxlan_1 vxlan_2.inet vxlan_2.dyn
@@ -13,12 +13,14 @@ vxlan_2.inet:
${SUDO} ksh ${.CURDIR}/${@:R}.sh -R "40 41 42 43 44" -f inet
vxlan_2.dyn:
- env SUDO="${SUDO}" DYNAMIC=1 ksh ${.CURDIR}/${@:R}.sh -R "40 41 42 43 44" -f inet
+ env SUDO="${SUDO}" DYNAMIC=1 \
+ ksh ${.CURDIR}/${@:R}.sh -R "40 41 42 43 44" -f inet
vxlan_2.inet6:
${SUDO} ksh ${.CURDIR}/${@:R}.sh -R "40 41 42 43 44" -f inet6
vxlan_2.dyn6:
- env SUDO="${SUDO}" DYNAMIC=1 ksh ${.CURDIR}/${@:R}.sh -R "40 41 42 43 44" -f inet6
+ env SUDO="${SUDO}" DYNAMIC=1 \
+ ksh ${.CURDIR}/${@:R}.sh -R "40 41 42 43 44" -f inet6
.include <bsd.regress.mk>