summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r--src/lib/libcrypto/Makefile7
-rw-r--r--src/lib/libcrypto/man/Makefile16
2 files changed, 10 insertions, 13 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 43aeef3226..e3ab864a80 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,8 +1,12 @@
1# $OpenBSD: Makefile,v 1.11 2016/11/05 14:57:29 jsing Exp $ 1# $OpenBSD: Makefile,v 1.12 2016/11/05 15:01:54 schwarze Exp $
2 2
3LIB= crypto 3LIB= crypto
4 4
5.include <bsd.own.mk>
6.ifndef NOMAN
5SUBDIR= man 7SUBDIR= man
8.endif
9
6PC_FILES=libcrypto.pc 10PC_FILES=libcrypto.pc
7 11
8CLEANFILES=${PC_FILES} 12CLEANFILES=${PC_FILES}
@@ -11,7 +15,6 @@ LCRYPTO_SRC= ${.CURDIR}
11 15
12CFLAGS+= -Wall -Wundef -Werror 16CFLAGS+= -Wall -Wundef -Werror
13 17
14.include <bsd.own.mk> # for 'NOPIC' definition
15.if !defined(NOPIC) 18.if !defined(NOPIC)
16CFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H -DHAVE_FUNOPEN 19CFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H -DHAVE_FUNOPEN
17.endif 20.endif
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>