diff options
author | marc <> | 1998-10-08 17:51:49 +0000 |
---|---|---|
committer | marc <> | 1998-10-08 17:51:49 +0000 |
commit | b647df8faf667360e246a8053e6ea31ae9612e58 (patch) | |
tree | 59c073448e5d93a5c920b6f5d32c5567530975d8 /src/lib/libssl/ssl | |
parent | bc2234f0c80985456dc17b76ed7dfe5cdde9188f (diff) | |
download | openbsd-b647df8faf667360e246a8053e6ea31ae9612e58.tar.gz openbsd-b647df8faf667360e246a8053e6ea31ae9612e58.tar.bz2 openbsd-b647df8faf667360e246a8053e6ea31ae9612e58.zip |
back out previous change. Theo says:
marc, this is wrong.
mtree builds that directory. we never do mkdir's in makefiles.
You also should not have modified ANY of those Makefiles, since they are
part of the ssl distribution. please undo this change.
And I say: developers, be sure to do a mkdir /usr/include/ssl before
a bake build as include files are installed as the 2nd step.
Diffstat (limited to 'src/lib/libssl/ssl')
-rw-r--r-- | src/lib/libssl/ssl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl/Makefile b/src/lib/libssl/ssl/Makefile index 95b4b42616..facbfa9ca7 100644 --- a/src/lib/libssl/ssl/Makefile +++ b/src/lib/libssl/ssl/Makefile | |||
@@ -64,7 +64,6 @@ HDRS= ssl.h ssl2.h ssl3.h ssl23.h tls1.h | |||
64 | .PATH: ${LSSL_SRC} | 64 | .PATH: ${LSSL_SRC} |
65 | 65 | ||
66 | includes: | 66 | includes: |
67 | @install -d -o ${BINOWN} -g ${BINGRP} -m 755 ${DESTDIR}/usr/include/ssl | ||
68 | @cd ${LSSL_SRC}; for i in $(HDRS); do \ | 67 | @cd ${LSSL_SRC}; for i in $(HDRS); do \ |
69 | j="cmp -s $$i ${DESTDIR}/usr/include/ssl/`basename $$i` || \ | 68 | j="cmp -s $$i ${DESTDIR}/usr/include/ssl/`basename $$i` || \ |
70 | ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ | 69 | ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ |