diff options
author | 2018-05-09 19:40:12 +0000 | |
---|---|---|
committer | 2018-05-09 19:40:12 +0000 | |
commit | f1e1bbece2b39b84f405e1b377ab0106105c32f1 (patch) | |
tree | a527ee1f67f17b91e34131cb658b0d2970061a24 | |
parent | Add rebound regress tests, including a simple DNS server used as the upstream (diff) | |
download | wireguard-openbsd-f1e1bbece2b39b84f405e1b377ab0106105c32f1.tar.xz wireguard-openbsd-f1e1bbece2b39b84f405e1b377ab0106105c32f1.zip |
hook up rebound
-rw-r--r-- | regress/usr.sbin/Makefile | 3 |
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 |