summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-03-04 23:14:50 +0000
committerkris <kris@FreeBSD.org>2001-03-04 23:14:50 +0000
commit6d34e037b24884d9fe193e69cd384ff8b341bc5a (patch)
treecac971e33d177b47fe03a41bfe38f1fd6d054417 /secure
parent076296e962b18db5f4e4606f3a0448817a6d3c53 (diff)
downloadFreeBSD-src-6d34e037b24884d9fe193e69cd384ff8b341bc5a.zip
FreeBSD-src-6d34e037b24884d9fe193e69cd384ff8b341bc5a.tar.gz
Install the des.h link under ${DESTDIR}. Fixes buildworld.
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 67b2ab9..3afc25e 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -365,7 +365,7 @@ beforeinstall: openssl/opensslconf.h openssl/evp.h
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
${CRYPTO_HDRS} openssl/evp.h openssl/opensslconf.h \
${DESTDIR}/usr/include/openssl
- ln -fs openssl/des.h ${INCDIR}/des.h
+ ln -fs openssl/des.h ${DESTDIR}/usr/include/des.h
afterinstall:
.if !defined(NOPIC)
OpenPOWER on IntegriCloud