From 890e08f542e4139c560eaec98eae6088c0ab28a0 Mon Sep 17 00:00:00 2001 From: jsing Date: Mon, 14 Jul 2014 01:05:36 +0000 Subject: [PATCH] Hook in libressl to regress. --- regress/lib/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/regress/lib/Makefile b/regress/lib/Makefile index a7fb1d6430a..e98bd496fd8 100644 --- a/regress/lib/Makefile +++ b/regress/lib/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.16 2014/07/14 00:50:04 jsing Exp $ +# $OpenBSD: Makefile,v 1.17 2014/07/14 01:05:36 jsing Exp $ -SUBDIR+= csu libc libcrypto libevent libm libpthread libskey libssl libutil +SUBDIR+= csu libc libcrypto libevent libm libpthread libressl libskey libssl \ + libutil install: -- 2.20.1