summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranton <anton@openbsd.org>2018-05-09 19:40:12 +0000
committeranton <anton@openbsd.org>2018-05-09 19:40:12 +0000
commitf1e1bbece2b39b84f405e1b377ab0106105c32f1 (patch)
treea527ee1f67f17b91e34131cb658b0d2970061a24
parentAdd rebound regress tests, including a simple DNS server used as the upstream (diff)
downloadwireguard-openbsd-f1e1bbece2b39b84f405e1b377ab0106105c32f1.tar.xz
wireguard-openbsd-f1e1bbece2b39b84f405e1b377ab0106105c32f1.zip
hook up rebound
-rw-r--r--regress/usr.sbin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.sbin/Makefile b/regress/usr.sbin/Makefile
index 8ab1e1bd1eb..e12ce8522ec 100644
--- a/regress/usr.sbin/Makefile
+++ b/regress/usr.sbin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.17 2017/10/11 12:07:23 bluhm Exp $
+# $OpenBSD: Makefile,v 1.18 2018/05/09 19:40:12 anton Exp $
SUBDIR += acme-client
SUBDIR += arp
@@ -8,6 +8,7 @@ SUBDIR += ifstated
SUBDIR += ldapd
SUBDIR += mtree
SUBDIR += ospfd
+SUBDIR += rebound
SUBDIR += relayd
SUBDIR += snmpd
SUBDIR += switchd