diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-22 10:59:22 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-22 10:59:22 +0000 |
| commit | dad7ed015cee4be1319c5715113b8ec57861fd75 (patch) | |
| tree | b77f3ef53a6e08eb1fb7e3ec08b9f03ca894be7d /secure/lib | |
| parent | 955d4650eab8d53ee94709d7cb2fb389cd774e06 (diff) | |
Notes
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 928c0fe7d967..a2431629a441 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: |
