diff options
author | millert <> | 1998-11-29 23:29:40 +0000 |
---|---|---|
committer | millert <> | 1998-11-29 23:29:40 +0000 |
commit | 581f68e60702489a5a693690a9183fac12ee96ef (patch) | |
tree | a8659589c026fedf3252a8a32e066b5003d58030 /src/lib/libssl/crypto | |
parent | 7dd6677de8de504b55dc9eb73abda6ad97924bb0 (diff) | |
download | openbsd-581f68e60702489a5a693690a9183fac12ee96ef.tar.gz openbsd-581f68e60702489a5a693690a9183fac12ee96ef.tar.bz2 openbsd-581f68e60702489a5a693690a9183fac12ee96ef.zip |
create ${DESTDIR}/usr/include/ssl if it does not exist. This is needed because the mtree is done after "make includes"
Diffstat (limited to 'src/lib/libssl/crypto')
-rw-r--r-- | src/lib/libssl/crypto/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index e2c1c4f858..9db529295b 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile | |||
@@ -164,6 +164,7 @@ HDRS= asn1/asn1.h asn1/asn1_mac.h bf/blowfish.h bio/bio.h \ | |||
164 | ${LCRYPTO_SRC}/txt_db ${LCRYPTO_SRC} | 164 | ${LCRYPTO_SRC}/txt_db ${LCRYPTO_SRC} |
165 | 165 | ||
166 | includes: | 166 | includes: |
167 | @test -d ${DESTDIR}/usr/include/ssl || mkdir ${DESTDIR}/usr/include/ssl | ||
167 | @d=`mktemp -d /tmp/libsslXXXXXXXXXX`; \ | 168 | @d=`mktemp -d /tmp/libsslXXXXXXXXXX`; \ |
168 | cd ${LCRYPTO_SRC}; for i in $(HDRS); do \ | 169 | cd ${LCRYPTO_SRC}; for i in $(HDRS); do \ |
169 | f=`basename $$i`; \ | 170 | f=`basename $$i`; \ |