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
commitde1d9cac06346c16572b2afab0149c12543e5b2c (patch)
treef45911a7a9e85b11967385fdaab11aa744044248 /src/lib/libcrypto/man
parent48cb83237520da9f806c7eb78b6b85778a0b02bc (diff)
downloadopenbsd-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/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>