diff options
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r-- | src/lib/libcrypto/Makefile | 7 | ||||
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 16 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
5 | .include <bsd.own.mk> | ||
6 | .ifndef NOMAN | ||
5 | SUBDIR= man | 7 | SUBDIR= man |
8 | .endif | ||
9 | |||
6 | PC_FILES=libcrypto.pc | 10 | PC_FILES=libcrypto.pc |
7 | 11 | ||
8 | CLEANFILES=${PC_FILES} | 12 | CLEANFILES=${PC_FILES} |
@@ -11,7 +15,6 @@ LCRYPTO_SRC= ${.CURDIR} | |||
11 | 15 | ||
12 | CFLAGS+= -Wall -Wundef -Werror | 16 | CFLAGS+= -Wall -Wundef -Werror |
13 | 17 | ||
14 | .include <bsd.own.mk> # for 'NOPIC' definition | ||
15 | .if !defined(NOPIC) | 18 | .if !defined(NOPIC) |
16 | CFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H -DHAVE_FUNOPEN | 19 | CFLAGS+= -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 | ||
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> |