diff options
| author | Mark Murray <markm@FreeBSD.org> | 2000-02-29 09:56:11 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2000-02-29 09:56:11 +0000 |
| commit | 87afaaf75a6dd320d170ab92dee45b04c148330e (patch) | |
| tree | 25b2ffd1ea29ed90cd8d2bd5b6317cdfdc2b37da /secure | |
| parent | 1d9a6ae08bccb5c77f0f6ef7d400bea2cd21bb1e (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/libcrypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 42190a97e423..626d6e6ca968 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -228,7 +228,7 @@ afterinstall: ln -sf lib${LIB}.a libdes.a @cd ${DESTDIR}${INCDIR}; \ rm -f des.h; \ - ln -sf openssh/des.h + ln -sf openssl/des.h .if !defined(NOPROFILE) @cd ${DESTDIR}${LIBDIR}; \ rm -f libdes_p.a; \ |
