diff options
author | schwarze <> | 2016-11-05 15:01:54 +0000 |
---|---|---|
committer | schwarze <> | 2016-11-05 15:01:54 +0000 |
commit | de1d9cac06346c16572b2afab0149c12543e5b2c (patch) | |
tree | f45911a7a9e85b11967385fdaab11aa744044248 /src/lib/libcrypto/man | |
parent | 48cb83237520da9f806c7eb78b6b85778a0b02bc (diff) | |
download | openbsd-de1d9cac06346c16572b2afab0149c12543e5b2c.tar.gz openbsd-de1d9cac06346c16572b2afab0149c12543e5b2c.tar.bz2 openbsd-de1d9cac06346c16572b2afab0149c12543e5b2c.zip |
after getting rid of the pod files, clean up the Makefiles; ok bcook@
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> |