diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | # Build wrapper for OpenSSL | 1 | # Build wrapper for OpenSSL |
2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.45 2002/05/15 02:29:01 beck Exp $ | 2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.46 2002/05/15 03:16:55 beck Exp $ |
3 | 3 | ||
4 | # Our lndir is hacked; specify a full path to avoid potential conflicts | 4 | # Our lndir is hacked; specify a full path to avoid potential conflicts |
5 | # with the one installed with X11. | 5 | # with the one installed with X11. |
@@ -645,7 +645,7 @@ maninstall: | |||
645 | .endif | 645 | .endif |
646 | 646 | ||
647 | # XXX .PATH order is critical because of non-unique filenames | 647 | # XXX .PATH order is critical because of non-unique filenames |
648 | .PATH: ${.CURDIR}/openssl/doc/crypto ${.CURDIR}/openssl/doc/ssl ${.CURDIR}/openssl/doc/apps | 648 | .PATH: ${.CURDIR}/src/doc/crypto ${.CURDIR}/src/doc/ssl ${.CURDIR}/src/doc/apps |
649 | .SUFFIXES: .pod | 649 | .SUFFIXES: .pod |
650 | .pod.cat3: | 650 | .pod.cat3: |
651 | ( cd `dirname ${.ALLSRC}` && pod2man --section=3 --official \ | 651 | ( cd `dirname ${.ALLSRC}` && pod2man --section=3 --official \ |