From: bluhm Date: Sun, 25 Jun 2017 22:07:55 +0000 (+0000) Subject: Link acme-client, ldapd, switchd regress to build. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=cef5c653bf8aa10acafbe09af7c3026c50610eed;p=openbsd Link acme-client, ldapd, switchd regress to build. --- diff --git a/regress/usr.sbin/Makefile b/regress/usr.sbin/Makefile index 3852d0e3aab..82778000177 100644 --- a/regress/usr.sbin/Makefile +++ b/regress/usr.sbin/Makefile @@ -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)