summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-05-14 19:39:00 +0000
committermarkm <markm@FreeBSD.org>2002-05-14 19:39:00 +0000
commit8082500a64c17f654e51653892ea3c77d572d460 (patch)
tree14a11f71504dcf5d42b996d6303e5f6e951165ba /secure/lib/libcrypto
parentbe8339f00b14bc22eb36be09c95a208a931ce889 (diff)
downloadFreeBSD-src-8082500a64c17f654e51653892ea3c77d572d460.zip
FreeBSD-src-8082500a64c17f654e51653892ea3c77d572d460.tar.gz
Build using pregenerated manpages; don't use perl to translate .pod's.
The translated .pod's have already been committed.
Diffstat (limited to 'secure/lib/libcrypto')
-rw-r--r--secure/lib/libcrypto/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 9ad59f0..928c0fe 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -14,7 +14,7 @@
${LCRYPTO_SRC}/rc4 ${LCRYPTO_SRC}/rc5 ${LCRYPTO_SRC}/ripemd \
${LCRYPTO_SRC}/rsa ${LCRYPTO_SRC}/../rsaref ${LCRYPTO_SRC}/sha \
${LCRYPTO_SRC}/stack ${LCRYPTO_SRC}/txt_db ${LCRYPTO_SRC}/x509 \
- ${LCRYPTO_SRC}/x509v3
+ ${LCRYPTO_SRC}/x509v3 ${.CURDIR}/man
.if ${MACHINE_ARCH} == "i386"
.PATH: ${.CURDIR}/i386
@@ -343,9 +343,6 @@ POD3+= ssl/SSL_CIPHER_get_name.pod \
.for pod in ${POD${section}}
.for target in ${pod:T:S/.pod/.${section}/g}
MAN+= ${target}
-CLEANFILES+= ${target}
-${target}: ${LCRYPTO_SRC}/../doc/${pod}
- pod2man ${LCRYPTO_SRC}/../doc/${pod} > ${target}
.endfor
.endfor
.endfor
OpenPOWER on IntegriCloud