diff options
Diffstat (limited to 'src/lib/libcrypto/man')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 81840a0b29..fd422f02dc 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.48 2016/11/05 13:36:33 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.49 2016/11/05 15:01:54 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> # for NOMAN | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| 5 | .ifndef NOMAN | ||
| 6 | MAN= \ | 5 | MAN= \ |
| 7 | ASN1_OBJECT_new.3 \ | 6 | ASN1_OBJECT_new.3 \ |
| 8 | ASN1_STRING_length.3 \ | 7 | ASN1_STRING_length.3 \ |
| @@ -194,13 +193,8 @@ MAN= \ | |||
| 194 | rsa.3 \ | 193 | rsa.3 \ |
| 195 | x509.3 | 194 | x509.3 |
| 196 | 195 | ||
| 197 | .include <bsd.man.mk> | 196 | all clean cleandir depend includes obj tags: |
| 198 | .else | ||
| 199 | maninstall: | ||
| 200 | |||
| 201 | .endif | ||
| 202 | 197 | ||
| 203 | .include <bsd.obj.mk> | 198 | install: maninstall |
| 204 | .include <bsd.subdir.mk> | ||
| 205 | 199 | ||
| 206 | clean cleandir: | 200 | .include <bsd.man.mk> |
