diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-03-23 18:01:01 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-03-23 18:01:01 +0000 |
| commit | de11a611b5c4301e58aa1b1a0d8f777d86e6d353 (patch) | |
| tree | 92355ca2aa629d06578a97b4126ce6bb6c5fa78a /secure/lib/libssl | |
| parent | d9c0a739c56df06cf9383c28ddd3e22dcd6104b3 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libssl')
| -rw-r--r-- | secure/lib/libssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile index 2429d774d147..daf4a4fef3b2 100644 --- a/secure/lib/libssl/Makefile +++ b/secure/lib/libssl/Makefile @@ -29,7 +29,7 @@ SSL_HDRS+= ${LCRYPTOSSL_SRC}/${h} .endfor beforeinstall: openssl/opensslconf.h openssl/evp.h - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${SSL_HDRS} ${DESTDIR}/usr/include/openssl .include <bsd.lib.mk> |
