summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index fb12a60279..173198dbab 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.7 2016/09/23 21:49:30 natano Exp $ 1# $OpenBSD: Makefile,v 1.8 2016/10/16 19:28:44 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4 4
@@ -373,7 +373,9 @@ HDRS_GEN=\
373 ${.CURDIR}/arch/${MACHINE_CPU}/opensslconf.h \ 373 ${.CURDIR}/arch/${MACHINE_CPU}/opensslconf.h \
374 ${.OBJDIR}/obj_mac.h 374 ${.OBJDIR}/obj_mac.h
375 375
376includes: obj_mac.h 376prereq: obj_mac.h
377
378includes: prereq
377 @test -d ${DESTDIR}/usr/include/openssl || \ 379 @test -d ${DESTDIR}/usr/include/openssl || \
378 mkdir ${DESTDIR}/usr/include/openssl 380 mkdir ${DESTDIR}/usr/include/openssl
379 @for i in $(HDRS); do \ 381 @for i in $(HDRS); do \