f705e901a5
The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@
8 lines
228 B
Makefile
8 lines
228 B
Makefile
SUBDIRS = crypto ssl tls include apps tests man
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libcrypto.pc libssl.pc libtls.pc openssl.pc
|
|
|
|
EXTRA_DIST = README README.windows VERSION config scripts
|