diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-06-19 07:14:58 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-06-19 07:14:58 +0000 |
commit | 7fcce41ec79210176758118511db20ddaf2c5ae6 (patch) | |
tree | 571fc145d21952f617f3fecc5698142d6e8630e0 /regress | |
parent | 0f3062a6cce7e7bc32da59b49b26fbf9dbfd77f3 (diff) |
Add rpki-client
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 e12ce8522ec..900bd0633e5 100644 --- a/regress/usr.sbin/Makefile +++ b/regress/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2018/05/09 19:40:12 anton Exp $ +# $OpenBSD: Makefile,v 1.19 2019/06/19 07:14:57 claudio Exp $ SUBDIR += acme-client SUBDIR += arp @@ -10,6 +10,7 @@ SUBDIR += mtree SUBDIR += ospfd SUBDIR += rebound SUBDIR += relayd +SUBDIR += rpki-client SUBDIR += snmpd SUBDIR += switchd SUBDIR += syslogd |