summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/openssl
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/usr.bin/openssl
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/usr.bin/openssl')
-rw-r--r--secure/usr.bin/openssl/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/secure/usr.bin/openssl/Makefile b/secure/usr.bin/openssl/Makefile
index 61479d0..ae55edd 100644
--- a/secure/usr.bin/openssl/Makefile
+++ b/secure/usr.bin/openssl/Makefile
@@ -3,7 +3,7 @@
OPENSSL_SRC= ${.CURDIR}/../../../crypto/openssl/apps
LCRYPTO_SRC= ${.CURDIR}/../../../crypto/openssl/crypto
-.PATH: ${OPENSSL_SRC} ${OPENSSL_SRC}/../doc/apps/
+.PATH: ${OPENSSL_SRC} ${.CURDIR}/../../lib/libcrypto/man
PROG= openssl
@@ -27,11 +27,4 @@ SRCS= app_rand.c apps.c asn1pars.c ca.c ciphers.c crl.c crl2p7.c \
s_server.c s_socket.c s_time.c sess_id.c smime.c speed.c \
spkac.c verify.c version.c x509.o
-CLEANFILES= openssl.1
-
.include <bsd.prog.mk>
-
-.SUFFIXES: .out .o .c .cc .cpp .cxx .C .m .y .l .s .S .pod
-
-.pod.1:
- pod2man ${.IMPSRC} > ${.TARGET}
OpenPOWER on IntegriCloud