summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2015-02-16 14:06:16 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2015-02-16 14:06:16 +0000
commiteda36a2994ea53e9b8a0874f097408a56f8fc4d3 (patch)
treee269309caed39018bdb32478a774ba9aa7861c8f /include
parent7c136ef6e55ccc0a1f8e230f31a8d31df3709ea6 (diff)
stop deleting the openssl include directory, causing unnecessary rebuilds.
ok jca sthen
Diffstat (limited to 'include')
-rw-r--r--include/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/Makefile b/include/Makefile
index 152e2249987..a204670389a 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.198 2015/01/17 20:37:04 tedu Exp $
+# $OpenBSD: Makefile,v 1.199 2015/02/16 14:06:15 tedu Exp $
# $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@@ -89,10 +89,6 @@ includes:
${INSTALL} ${INSTALL_COPY} -m 444 $$j ${DESTDIR}/usr/include/$$i/$$j; \
done; \
done
- @rm -rf ${DESTDIR}/usr/include/openssl ${DESTDIR}/usr/include/ssl \
- ${DESTDIR}/usr/libdata/perl5/site_perl/${MACHINE_CPU}-openbsd/ssl \
- ${DESTDIR}/usr/libdata/perl5/site_perl/${MACHINE_CPU}-openbsd/openssl
- @mkdir ${DESTDIR}/usr/include/openssl
@ln -sf openssl ${DESTDIR}/usr/include/ssl
@echo installing ${LFILES}
@for i in ${LFILES}; do \