From 215b076c74c6bed628dc6e795606535c5bb420b9 Mon Sep 17 00:00:00 2001 From: jsing Date: Mon, 14 Jul 2014 00:49:03 +0000 Subject: [PATCH] Hook libressl into the build. Requested by deraadt@ --- lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 6db7351f085..872727e9725 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.67 2014/04/22 10:21:56 reyk Exp $ +# $OpenBSD: Makefile,v 1.68 2014/07/14 00:49:03 jsing Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ SUBDIR= csu libarch libc libcrypto libcurses libedit libevent libexpat \ libform libfuse libkeynote libkvm libl libm libmenu \ - libocurses libossaudio libpanel libpcap librthread librpcsvc \ + libocurses libossaudio libpanel libpcap libressl librthread librpcsvc \ libskey libsndio libsqlite3 libssl libusbhid libutil liby libz .include -- 2.20.1