From d66bfa15e92b2523fa18aec340ecb1cf3eb361ec Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Wed, 25 Jan 2017 23:53:18 +0000 Subject: split the tls_init(3) that had grown fat to allow healthy future growth; suggested by jsing@; "i would just chuck it in" jmc@ --- src/lib/libtls/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/lib/libtls/Makefile') diff --git a/src/lib/libtls/Makefile b/src/lib/libtls/Makefile index af860bb067..d528ddf5ee 100644 --- a/src/lib/libtls/Makefile +++ b/src/lib/libtls/Makefile @@ -1,4 +1,9 @@ -# $OpenBSD: Makefile,v 1.29 2016/11/05 08:12:22 jsing Exp $ +# $OpenBSD: Makefile,v 1.30 2017/01/25 23:53:18 schwarze Exp $ + +.include +.ifndef NOMAN +SUBDIR= man +.endif CFLAGS+= -Wall -Werror -Wimplicit CFLAGS+= -DLIBRESSL_INTERNAL @@ -30,8 +35,6 @@ SRCS= tls.c \ tls_ocsp.c \ tls_verify.c -MAN= tls_init.3 - includes: @cd ${.CURDIR}; for i in $(HDRS); do \ j="cmp -s $$i ${DESTDIR}/usr/include/$$i || \ -- cgit v1.2.3-55-g6feb