diff options
Diffstat (limited to 'src/lib/libssl')
| -rw-r--r-- | src/lib/libssl/Makefile | 5 |
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 | ||
| 3 | SUBDIR= man | 3 | SUBDIR= man |
| 4 | PC_FILES=openssl.pc libssl.pc | 4 | PC_FILES=openssl.pc libssl.pc |
| @@ -48,10 +48,11 @@ includes: | |||
| 48 | 48 | ||
| 49 | .include <bsd.lib.mk> | 49 | .include <bsd.lib.mk> |
| 50 | 50 | ||
| 51 | all: ${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 | ||
| 54 | beforeinstall: ${PC_FILES} | 55 | beforeinstall: |
| 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} |
