diff options
author | beck <> | 2016-09-03 12:42:47 +0000 |
---|---|---|
committer | beck <> | 2016-09-03 12:42:47 +0000 |
commit | f2cad79487953d2d7ac8efa6b2608f8f8d25245f (patch) | |
tree | 6582951eaf1e0d64ac31ccdbcc685dfee46a8b35 /src/lib/libssl/man | |
parent | 27c35c72cda58da46d38c67e6585a59df8c6088d (diff) | |
download | openbsd-f2cad79487953d2d7ac8efa6b2608f8f8d25245f.tar.gz openbsd-f2cad79487953d2d7ac8efa6b2608f8f8d25245f.tar.bz2 openbsd-f2cad79487953d2d7ac8efa6b2608f8f8d25245f.zip |
Make tree build again
Diffstat (limited to 'src/lib/libssl/man')
-rw-r--r-- | src/lib/libssl/man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile index cb0b2661db..e30d3fbb42 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.33 2016/03/30 06:38:43 jmc Exp $ | 1 | # $OpenBSD: Makefile,v 1.34 2016/09/03 12:42:45 beck Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> # for NOMAN | 3 | .include <bsd.own.mk> # for NOMAN |
4 | 4 | ||
@@ -96,7 +96,7 @@ maninstall: | |||
96 | 96 | ||
97 | .endif | 97 | .endif |
98 | 98 | ||
99 | .PATH: ${.CURDIR}/../src/doc/ssl | 99 | .PATH: ${.CURDIR}/../doc |
100 | .SUFFIXES: .pod .1 .3 .7 | 100 | .SUFFIXES: .pod .1 .3 .7 |
101 | .for sect in 1 3 7 | 101 | .for sect in 1 3 7 |
102 | .pod.${sect}: | 102 | .pod.${sect}: |