summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man
diff options
context:
space:
mode:
authorschwarze <>2016-11-05 15:01:54 +0000
committerschwarze <>2016-11-05 15:01:54 +0000
commit295aa404cc84d16f9fe523312a77bab3379562a4 (patch)
treef45911a7a9e85b11967385fdaab11aa744044248 /src/lib/libcrypto/man
parentadb72aa0e0ceb7ed3651bd3410f1509d77ad825e (diff)
downloadopenbsd-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/Makefile16
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
6MAN= \ 5MAN= \
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> 196all clean cleandir depend includes obj tags:
198.else
199maninstall:
200
201.endif
202 197
203.include <bsd.obj.mk> 198install: maninstall
204.include <bsd.subdir.mk>
205 199
206clean cleandir: 200.include <bsd.man.mk>