diff options
author | schwarze <> | 2016-11-05 15:01:54 +0000 |
---|---|---|
committer | schwarze <> | 2016-11-05 15:01:54 +0000 |
commit | 295aa404cc84d16f9fe523312a77bab3379562a4 (patch) | |
tree | f45911a7a9e85b11967385fdaab11aa744044248 /src/lib/libcrypto/man | |
parent | adb72aa0e0ceb7ed3651bd3410f1509d77ad825e (diff) | |
download | openbsd-295aa404cc84d16f9fe523312a77bab3379562a4.tar.gz openbsd-295aa404cc84d16f9fe523312a77bab3379562a4.tar.bz2 openbsd-295aa404cc84d16f9fe523312a77bab3379562a4.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> |