summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/Makefile.inc
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-03-23 18:01:01 +0000
committerdes <des@FreeBSD.org>2002-03-23 18:01:01 +0000
commit34976224b38dc7643dd4dede1ead340e70579606 (patch)
tree92355ca2aa629d06578a97b4126ce6bb6c5fa78a /secure/lib/libcrypto/Makefile.inc
parentb4472eebdd44a451c0da5f6577cd01b5b70670e5 (diff)
downloadFreeBSD-src-34976224b38dc7643dd4dede1ead340e70579606.zip
FreeBSD-src-34976224b38dc7643dd4dede1ead340e70579606.tar.gz
Install headers with -C. Ideally, these Makefiles should not need to
override the beforeinstall target at all, but this has proven difficult to achieve.
Diffstat (limited to 'secure/lib/libcrypto/Makefile.inc')
-rw-r--r--secure/lib/libcrypto/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc
index 6b3bbbf..3e9fc28 100644
--- a/secure/lib/libcrypto/Makefile.inc
+++ b/secure/lib/libcrypto/Makefile.inc
@@ -57,11 +57,11 @@ buildinf.h:
openssl/opensslconf.h: ../libcrypto/opensslconf-${MACHINE_ARCH}.h
mkdir -p openssl
cp ${.OODATE} ${.TARGET}
- ${INSTALL} ${COPY} -m 444 ${CRYPTO_HDRS} ${EXTRA_HDRS} openssl
+ ${INSTALL} -C -m 444 ${CRYPTO_HDRS} ${EXTRA_HDRS} openssl
openssl/evp.h: ${LCRYPTO_SRC}/evp/evp.h
.if !defined(MAKE_IDEA) || ${MAKE_IDEA} != YES
sed '/^#ifndef NO_IDEA$$/,/^#endif$$/d' ${.OODATE} > ${.TARGET}
.else
- ${INSTALL} ${COPY} -m 444 ${.OODATE} ${.TARGET}
+ ${INSTALL} -C -m 444 ${.OODATE} ${.TARGET}
.endif
OpenPOWER on IntegriCloud