summaryrefslogtreecommitdiffstats
path: root/lib/libssl/ssl
diff options
context:
space:
mode:
authormarc <marc@openbsd.org>1998-10-08 17:51:48 +0000
committermarc <marc@openbsd.org>1998-10-08 17:51:48 +0000
commit5e612d613fe2c5c45df915120b9aa6dc87e9b54a (patch)
treec7c3af0dd9a9c9717d572d74cc69b165921cdb8f /lib/libssl/ssl
parentGet 'Cd' right, and attempt to bring media into order (diff)
downloadwireguard-openbsd-5e612d613fe2c5c45df915120b9aa6dc87e9b54a.tar.xz
wireguard-openbsd-5e612d613fe2c5c45df915120b9aa6dc87e9b54a.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 'lib/libssl/ssl')
-rw-r--r--lib/libssl/ssl/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libssl/ssl/Makefile b/lib/libssl/ssl/Makefile
index 95b4b42616c..facbfa9ca7a 100644
--- a/lib/libssl/ssl/Makefile
+++ b/lib/libssl/ssl/Makefile
@@ -64,7 +64,6 @@ HDRS= ssl.h ssl2.h ssl3.h ssl23.h tls1.h
.PATH: ${LSSL_SRC}
includes:
- @install -d -o ${BINOWN} -g ${BINGRP} -m 755 ${DESTDIR}/usr/include/ssl
@cd ${LSSL_SRC}; for i in $(HDRS); do \
j="cmp -s $$i ${DESTDIR}/usr/include/ssl/`basename $$i` || \
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \