diff options
author | markm <markm@FreeBSD.org> | 2000-02-28 19:25:34 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2000-02-28 19:25:34 +0000 |
commit | b401a071dd1a505c31e71c29311572a0ae6c2118 (patch) | |
tree | 7de1709e711b413aefd92b39ab583e716458e462 /secure/lib | |
parent | 3750b037a18d25fb81227e78f96e002f143d3c68 (diff) | |
download | FreeBSD-src-b401a071dd1a505c31e71c29311572a0ae6c2118.zip FreeBSD-src-b401a071dd1a505c31e71c29311572a0ae6c2118.tar.gz |
New distribution names.
Diffstat (limited to 'secure/lib')
-rw-r--r-- | secure/lib/libcrypto/Makefile | 3 |
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; \ |