diff options
author | 2017-08-12 04:53:25 +0000 | |
---|---|---|
committer | 2017-08-12 04:53:25 +0000 | |
commit | 755efb6a67e276100c103a2b8bf7545b6ee67936 (patch) | |
tree | 30ac528ad060ebb4e44c20513662cef3cf81afff | |
parent | Use vether instead of physical interfaces for temporary carp creation. (diff) | |
download | wireguard-openbsd-755efb6a67e276100c103a2b8bf7545b6ee67936.tar.xz wireguard-openbsd-755efb6a67e276100c103a2b8bf7545b6ee67936.zip |
Hookup ifstated and snmpd regress. Discussed with benno@ and bluhm@.
Ok benno@
-rw-r--r-- | regress/usr.sbin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/usr.sbin/Makefile b/regress/usr.sbin/Makefile index 82778000177..5fb1491b099 100644 --- a/regress/usr.sbin/Makefile +++ b/regress/usr.sbin/Makefile @@ -1,12 +1,14 @@ -# $OpenBSD: Makefile,v 1.14 2017/06/25 22:07:55 bluhm Exp $ +# $OpenBSD: Makefile,v 1.15 2017/08/12 04:53:25 rob Exp $ SUBDIR += acme-client SUBDIR += arp SUBDIR += httpd +SUBDIR += ifstated SUBDIR += ldapd SUBDIR += mtree SUBDIR += ospfd SUBDIR += relayd +SUBDIR += snmpd SUBDIR += switchd SUBDIR += syslogd |