diff options
Diffstat (limited to 'secure/lib')
-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 928c0fe..a243162 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -363,7 +363,7 @@ MLINKS= des_crypt.3 des_read_password.3 \ des_crypt.3 des_set_odd_parity.3 des_crypt.3 des_is_weak_key.3 INCS= ${HDRS} openssl/evp.h openssl/opensslconf.h -INCSDIR= /usr/include/openssl +INCSDIR= ${INCLUDEDIR}/openssl INCSLINKS= openssl/des.h ${INCLUDEDIR}/des.h afterinstall: |