From 3c1703b70b605e35c3ea8a6922ea5527c4866967 Mon Sep 17 00:00:00 2001 From: beck <> Date: Wed, 15 May 2002 03:16:55 +0000 Subject: Dammit. I'm an idiot. --- src/lib/libssl/Makefile.bsd-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper index 71e293369a..ffca6d8042 100644 --- a/src/lib/libssl/Makefile.bsd-wrapper +++ b/src/lib/libssl/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for OpenSSL -# $OpenBSD: Makefile.bsd-wrapper,v 1.45 2002/05/15 02:29:01 beck Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.46 2002/05/15 03:16:55 beck Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -645,7 +645,7 @@ maninstall: .endif # XXX .PATH order is critical because of non-unique filenames -.PATH: ${.CURDIR}/openssl/doc/crypto ${.CURDIR}/openssl/doc/ssl ${.CURDIR}/openssl/doc/apps +.PATH: ${.CURDIR}/src/doc/crypto ${.CURDIR}/src/doc/ssl ${.CURDIR}/src/doc/apps .SUFFIXES: .pod .pod.cat3: ( cd `dirname ${.ALLSRC}` && pod2man --section=3 --official \ -- cgit v1.2.3-55-g6feb