diff options
| author | Mark Murray <markm@FreeBSD.org> | 2002-05-14 19:39:00 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2002-05-14 19:39:00 +0000 |
| commit | 01e8018af87e795c3a7478311110ea74e35a1537 (patch) | |
| tree | 14a11f71504dcf5d42b996d6303e5f6e951165ba /secure/lib | |
| parent | f83c7ad731be167547974cea7a6db7c6685a678b (diff) | |
Notes
Diffstat (limited to 'secure/lib')
| -rw-r--r-- | secure/lib/libcrypto/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 9ad59f0292f79..928c0fe7d9676 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 |
