summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2016-10-19 16:43:02 +0000
committerbluhm <bluhm@openbsd.org>2016-10-19 16:43:02 +0000
commitae2f77d61c5c37ed4a684b481d093aea4e71e1d9 (patch)
tree4c653848e378218cc4de56ddc1d905d346da643e
parentUpdate client hello messages to follow the removal of fixed ECDH. (diff)
downloadwireguard-openbsd-ae2f77d61c5c37ed4a684b481d093aea4e71e1d9.tar.xz
wireguard-openbsd-ae2f77d61c5c37ed4a684b481d093aea4e71e1d9.zip
Link pf_state test to build.
-rw-r--r--regress/sys/net/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sys/net/Makefile b/regress/sys/net/Makefile
index ac652db3cb5..7dee25cc609 100644
--- a/regress/sys/net/Makefile
+++ b/regress/sys/net/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.10 2016/10/07 02:06:57 yasuoka Exp $
+# $OpenBSD: Makefile,v 1.11 2016/10/19 16:43:02 bluhm Exp $
-SUBDIR += etherip pf_divert pf_forward pf_fragment pf_print rdomains
-SUBDIR += rtable vxlan
+SUBDIR += etherip pf_divert pf_forward pf_fragment pf_print pf_state
+SUBDIR += rdomains rtable vxlan
.include <bsd.subdir.mk>