aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-03-04 23:14:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-03-04 23:14:50 +0000
commitab27f17f05d8b8867f3695f8b72f48f375c7baf3 (patch)
treef9430e15b2a286e5a80110737e273c857aa7d39e /secure
parent445f17bbee1c1e12df1ed004cb9a1f5899f3c4de (diff)
downloadsrc-ab27f17f05d8b8867f3695f8b72f48f375c7baf3.tar.gz
src-ab27f17f05d8b8867f3695f8b72f48f375c7baf3.zip
Install the des.h link under ${DESTDIR}. Fixes buildworld.
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Notes
Notes: svn path=/head/; revision=73553
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 67b2ab94022f..3afc25e8d2ef 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)