diff options
| author | schwarze <> | 2016-11-05 15:01:54 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-11-05 15:01:54 +0000 |
| commit | 295aa404cc84d16f9fe523312a77bab3379562a4 (patch) | |
| tree | f45911a7a9e85b11967385fdaab11aa744044248 /src/lib/libcrypto/Makefile | |
| parent | adb72aa0e0ceb7ed3651bd3410f1509d77ad825e (diff) | |
| download | openbsd-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/Makefile')
| -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 |
