diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/Makefile | 7 |
1 files changed, 5 insertions, 2 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 |