diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2002-05-15 03:16:56 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2002-05-15 03:16:56 +0000 |
commit | db2434d2ea1c198a33c8b8cdea6093d2d9997269 (patch) | |
tree | 556311a9d6606cf6676d75b9c00b5aeda95b2365 | |
parent | 10d2c96320d566e3e2fcc6e837433a8aeb632238 (diff) |
Dammit. I'm an idiot.
-rw-r--r-- | lib/libssl/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/Makefile.bsd-wrapper b/lib/libssl/Makefile.bsd-wrapper index 71e293369a4..ffca6d80423 100644 --- a/lib/libssl/Makefile.bsd-wrapper +++ b/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 \ |