summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r--src/lib/libssl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile
index f442bd90bb..4a5c140ed1 100644
--- a/src/lib/libssl/Makefile
+++ b/src/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.21 2016/09/04 09:54:25 natano Exp $ 1# $OpenBSD: Makefile,v 1.22 2016/09/14 06:26:03 natano Exp $
2 2
3SUBDIR= man 3SUBDIR= man
4PC_FILES=openssl.pc libssl.pc 4PC_FILES=openssl.pc libssl.pc
@@ -48,10 +48,11 @@ includes:
48 48
49.include <bsd.lib.mk> 49.include <bsd.lib.mk>
50 50
51all: ${PC_FILES}
51${PC_FILES}: ${.CURDIR}/../libcrypto/opensslv.h 52${PC_FILES}: ${.CURDIR}/../libcrypto/opensslv.h
52 /bin/sh ${.CURDIR}/generate_pkgconfig.sh -c ${.CURDIR} -o ${.OBJDIR} 53 /bin/sh ${.CURDIR}/generate_pkgconfig.sh -c ${.CURDIR} -o ${.OBJDIR}
53 54
54beforeinstall: ${PC_FILES} 55beforeinstall:
55 nm -o lib${LIB}.a | egrep -w 'printf|fprintf' && \ 56 nm -o lib${LIB}.a | egrep -w 'printf|fprintf' && \
56 (echo please fix stdio usage in this library; false) || true 57 (echo please fix stdio usage in this library; false) || true
57.for p in ${PC_FILES} 58.for p in ${PC_FILES}