From cef5c653bf8aa10acafbe09af7c3026c50610eed Mon Sep 17 00:00:00 2001 From: bluhm Date: Sun, 25 Jun 2017 22:07:55 +0000 Subject: [PATCH] Link acme-client, ldapd, switchd regress to build. --- regress/usr.sbin/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) -- 2.20.1