diff options
author | anton <anton@cvs.openbsd.org> | 2018-05-09 19:40:13 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2018-05-09 19:40:13 +0000 |
commit | a592a1eb71bd1431ff315f66f9be56afc785189f (patch) | |
tree | 4aa27d7840402e245fec7c69bd4cf9595f2b2e2d /regress | |
parent | 7e77aebf8e945918f4cfd50b938bb25c2ba3367c (diff) |
hook up rebound
Diffstat (limited to 'regress')
-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 |