Link acme-client, ldapd, switchd regress to build.
authorbluhm <bluhm@openbsd.org>
Sun, 25 Jun 2017 22:07:55 +0000 (22:07 +0000)
committerbluhm <bluhm@openbsd.org>
Sun, 25 Jun 2017 22:07:55 +0000 (22:07 +0000)
regress/usr.sbin/Makefile

index 3852d0e..8277800 100644 (file)
@@ -1,11 +1,13 @@
-#      $OpenBSD: Makefile,v 1.13 2016/09/05 09:55:18 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.14 2017/06/25 22:07:55 bluhm Exp $
 
+SUBDIR += acme-client
 SUBDIR += arp
 SUBDIR += httpd
-#SUBDIR += ldapd
+SUBDIR += ldapd
 SUBDIR += mtree
 SUBDIR += ospfd
 SUBDIR += relayd
+SUBDIR += switchd
 SUBDIR += syslogd
 
 .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)