diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-07-14 00:49:04 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-07-14 00:49:04 +0000 |
commit | 68d2a0ded32c187d19812e850a3df8ccec4f6848 (patch) | |
tree | fd2540b4c1a3e9de14b0293ca93c39e298c0b7d4 /lib | |
parent | a4b6c8e8e47eb43ccafec683ec079aa2f7778527 (diff) |
Hook libressl into the build.
Requested by deraadt@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 4 |
1 files 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 <bsd.subdir.mk> |