diff options
| author | Mark Murray <markm@FreeBSD.org> | 2000-02-28 19:25:34 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2000-02-28 19:25:34 +0000 |
| commit | e1eaf14cd7f9b9c9c95d5daee822911a2d18a890 (patch) | |
| tree | e6511cb05094aa32f5483f7e48f9180e5c9a4a91 /secure/lib/libcrypto | |
| parent | c62e13f4cf8d9b9ad4efc4aa7f3ece639c026143 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcrypto')
| -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 6824189b8b53..42190a97e423 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; \ |
