diff options
author | denis <denis@cvs.openbsd.org> | 2019-12-23 17:34:44 +0000 |
---|---|---|
committer | denis <denis@cvs.openbsd.org> | 2019-12-23 17:34:44 +0000 |
commit | 5d929d5e93b429ff06096b82ba996c5aee75b369 (patch) | |
tree | 5b89361d839a1f68d818ac95b59138f6a2857791 /regress | |
parent | 62a01e68aee2adb9bdc2f47df902313864ca7da8 (diff) |
Link ospf6d regress test
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 900bd0633e5..a4bc984ff36 100644 --- a/regress/usr.sbin/Makefile +++ b/regress/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2019/06/19 07:14:57 claudio Exp $ +# $OpenBSD: Makefile,v 1.20 2019/12/23 17:34:43 denis Exp $ SUBDIR += acme-client SUBDIR += arp @@ -8,6 +8,7 @@ SUBDIR += ifstated SUBDIR += ldapd SUBDIR += mtree SUBDIR += ospfd +SUBDIR += ospf6d SUBDIR += rebound SUBDIR += relayd SUBDIR += rpki-client |