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/libssl/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/libssl/Makefile')
-rw-r--r-- | src/lib/libssl/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 74d4bc9488..01d7f04036 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
@@ -1,13 +1,16 @@ | |||
1 | # $OpenBSD: Makefile,v 1.25 2016/11/05 08:12:22 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.26 2016/11/05 15:01:54 schwarze Exp $ |
2 | |||
3 | .include <bsd.own.mk> | ||
4 | .ifndef NOMAN | ||
5 | SUBDIR= doc | ||
6 | .endif | ||
2 | 7 | ||
3 | SUBDIR= man | ||
4 | PC_FILES=openssl.pc libssl.pc | 8 | PC_FILES=openssl.pc libssl.pc |
5 | 9 | ||
6 | CLEANFILES=${PC_FILES} ${VERSION_SCRIPT} | 10 | CLEANFILES=${PC_FILES} ${VERSION_SCRIPT} |
7 | 11 | ||
8 | LIB= ssl | 12 | LIB= ssl |
9 | 13 | ||
10 | .include <bsd.own.mk> | ||
11 | CFLAGS+= -Wall -Wundef | 14 | CFLAGS+= -Wall -Wundef |
12 | .if ${COMPILER_VERSION:L} != "gcc3" | 15 | .if ${COMPILER_VERSION:L} != "gcc3" |
13 | CFLAGS+= -Werror | 16 | CFLAGS+= -Werror |