diff options
author | beck <> | 2002-05-15 03:16:55 +0000 |
---|---|---|
committer | beck <> | 2002-05-15 03:16:55 +0000 |
commit | 3c1703b70b605e35c3ea8a6922ea5527c4866967 (patch) | |
tree | 9cba91a741c8eeac6d3d7f488bc876d0aebed60c /src | |
parent | 27cff2578b14c704f7c4f7269b20811af6c2683c (diff) | |
download | openbsd-3c1703b70b605e35c3ea8a6922ea5527c4866967.tar.gz openbsd-3c1703b70b605e35c3ea8a6922ea5527c4866967.tar.bz2 openbsd-3c1703b70b605e35c3ea8a6922ea5527c4866967.zip |
Dammit. I'm an idiot.
Diffstat (limited to 'src')
-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 \ |