summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-09-27 04:48:20 +0000
committerderaadt <deraadt@openbsd.org>1999-09-27 04:48:20 +0000
commit2d6ef814ac34d8c5146048a4445bd113c4236848 (patch)
treee7fd8904417db5976b27bd9aab42e9c16b5dc66b
parentI mean, I hate that prereq *garbage*. but then you guys had to break (diff)
downloadwireguard-openbsd-2d6ef814ac34d8c5146048a4445bd113c4236848.tar.xz
wireguard-openbsd-2d6ef814ac34d8c5146048a4445bd113c4236848.zip
openssl -> ssl
-rw-r--r--include/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index e4e87ae85fb..20daaf0c0d7 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.71 1999/09/24 22:33:10 espie Exp $
+# $OpenBSD: Makefile,v 1.72 1999/09/27 04:48:20 deraadt Exp $
# $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@@ -88,6 +88,7 @@ includes:
${INSTALL} ${INSTALL_COPY} -m 444 $$j ${DESTDIR}/usr/include/$$i/$$j; \
done); \
done
+ @ln -sf ssl ${DESTDIR}/usr/include/openssl
@echo installing ${LFILES}
@-for i in ${LFILES}; do \
rm -f ${DESTDIR}/usr/include/$$i; \