aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-05-14 19:39:00 +0000
committerMark Murray <markm@FreeBSD.org>2002-05-14 19:39:00 +0000
commit01e8018af87e795c3a7478311110ea74e35a1537 (patch)
tree14a11f71504dcf5d42b996d6303e5f6e951165ba /secure/usr.bin
parentf83c7ad731be167547974cea7a6db7c6685a678b (diff)
downloadsrc-01e8018af87e795c3a7478311110ea74e35a1537.tar.gz
src-01e8018af87e795c3a7478311110ea74e35a1537.zip
Build using pregenerated manpages; don't use perl to translate .pod's.
The translated .pod's have already been committed.
Notes
Notes: svn path=/head/; revision=96603
Diffstat (limited to 'secure/usr.bin')
-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 61479d004e1f..ae55edd8682c 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}