diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 6 |
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 | ||
| 3 | LIB= crypto | 3 | LIB= 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 | ||
| 376 | includes: obj_mac.h | 376 | prereq: obj_mac.h |
| 377 | |||
| 378 | includes: 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 \ |
