Install the des.h link under ${DESTDIR}. Fixes buildworld.

Submitted by:   Christian Weisgerber <naddy@mips.inka.de>
This commit is contained in:
Kris Kennaway 2001-03-04 23:14:50 +00:00
parent 445f17bbee
commit ab27f17f05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73553

View file

@ -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)