From 8082500a64c17f654e51653892ea3c77d572d460 Mon Sep 17 00:00:00 2001 From: markm Date: Tue, 14 May 2002 19:39:00 +0000 Subject: Build using pregenerated manpages; don't use perl to translate .pod's. The translated .pod's have already been committed. --- secure/lib/libcrypto/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'secure/lib/libcrypto') 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 -- cgit v1.1