summaryrefslogtreecommitdiffstats
path: root/regress/sys
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2020-12-17 12:44:21 +0000
committerbluhm <bluhm@openbsd.org>2020-12-17 12:44:21 +0000
commit327d87a007caae39d41d91e51add287fffbe4dd7 (patch)
treece762e829720dc6f52cf83a27d212ce0fafe7175 /regress/sys
parentrework the maths used to set mbuf timestamps. (diff)
downloadwireguard-openbsd-327d87a007caae39d41d91e51add287fffbe4dd7.tar.xz
wireguard-openbsd-327d87a007caae39d41d91e51add287fffbe4dd7.zip
Link pflow and wg regress to build.
Diffstat (limited to 'regress/sys')
-rw-r--r--regress/sys/net/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/net/Makefile b/regress/sys/net/Makefile
index 22ccf14ce1d..6cc1d55e04f 100644
--- a/regress/sys/net/Makefile
+++ b/regress/sys/net/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.14 2018/04/19 01:10:41 bluhm Exp $
+# $OpenBSD: Makefile,v 1.15 2020/12/17 12:44:21 bluhm Exp $
SUBDIR += etherip gif loop
SUBDIR += pf_divert pf_forward pf_fragment pf_print pf_state pf_table
-SUBDIR += rdomains rtable vxlan
+SUBDIR += pflow rdomains rtable vxlan wg
.include <bsd.subdir.mk>