summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 4e9528a5d9..4b6fdfb2d7 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.18 2017/05/29 09:44:01 deraadt Exp $ 1# $OpenBSD: Makefile,v 1.19 2017/06/16 10:25:54 espie Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -440,6 +440,7 @@ SRCS+= wp_block.c
440.endif 440.endif
441 441
442all beforedepend: ${GENERATED} 442all beforedepend: ${GENERATED}
443BUILDFIRST = ${GENERATED}
443 444
444.include <bsd.lib.mk> 445.include <bsd.lib.mk>
445 446