diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-15 16:52:57 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-15 16:52:57 +0000 |
| commit | f80c5c4a34499f0ea751e5eb388d6c79fd053192 (patch) | |
| tree | 0b334de19b9113dc4058a96a753cd487a84056d0 /secure/lib | |
| parent | 9c854c8b44351a3527eb9c6b50403812bda80a8e (diff) | |
Notes
Diffstat (limited to 'secure/lib')
| -rw-r--r-- | secure/lib/libcrypto/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc index 8b0ec13e4914..61b28193975d 100644 --- a/secure/lib/libcrypto/Makefile.inc +++ b/secure/lib/libcrypto/Makefile.inc @@ -30,10 +30,10 @@ buildinf.h: openssl/opensslconf.h openssl/headers-copied echo "#endif" ) > ${.TARGET} openssl/opensslconf.h: ../libcrypto/opensslconf-${MACHINE_ARCH}.h - @test -d openssl || mkdir -p openssl + @mkdir -p openssl cp ${.OODATE} ${.TARGET} openssl/headers-copied: - @test -d openssl || mkdir -p openssl + @mkdir -p openssl ${INSTALL} ${COPY} -m 444 ${CRYPTO_HDRS} ${EXTRA_HDRS} openssl @touch ${.TARGET} |
