summaryrefslogtreecommitdiffstats
path: root/secure/lib
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-02-28 19:25:34 +0000
committermarkm <markm@FreeBSD.org>2000-02-28 19:25:34 +0000
commitb401a071dd1a505c31e71c29311572a0ae6c2118 (patch)
tree7de1709e711b413aefd92b39ab583e716458e462 /secure/lib
parent3750b037a18d25fb81227e78f96e002f143d3c68 (diff)
downloadFreeBSD-src-b401a071dd1a505c31e71c29311572a0ae6c2118.zip
FreeBSD-src-b401a071dd1a505c31e71c29311572a0ae6c2118.tar.gz
New distribution names.
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libcrypto/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 6824189..42190a9 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -226,6 +226,9 @@ afterinstall:
@cd ${DESTDIR}${LIBDIR}; \
rm -f libdes.a; \
ln -sf lib${LIB}.a libdes.a
+ @cd ${DESTDIR}${INCDIR}; \
+ rm -f des.h; \
+ ln -sf openssh/des.h
.if !defined(NOPROFILE)
@cd ${DESTDIR}${LIBDIR}; \
rm -f libdes_p.a; \
OpenPOWER on IntegriCloud