diff options
author | jsing <> | 2016-11-05 08:12:22 +0000 |
---|---|---|
committer | jsing <> | 2016-11-05 08:12:22 +0000 |
commit | 8e601af590fe4daecd1a7d96cddb851fc0118296 (patch) | |
tree | 2d91299d71d27e1b4ae1a25d9bda0862dc562448 /src/lib | |
parent | 49cb3319f65bc48b430b2572648be013e6ea6391 (diff) | |
download | openbsd-8e601af590fe4daecd1a7d96cddb851fc0118296.tar.gz openbsd-8e601af590fe4daecd1a7d96cddb851fc0118296.tar.bz2 openbsd-8e601af590fe4daecd1a7d96cddb851fc0118296.zip |
Remove generated Symbols.map on make clean.
ok guenther@
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/Makefile | 4 | ||||
-rw-r--r-- | src/lib/libtls/Makefile | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 64b3b5060b..74d4bc9488 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
@@ -1,9 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.24 2016/11/04 18:28:58 guenther Exp $ | 1 | # $OpenBSD: Makefile,v 1.25 2016/11/05 08:12:22 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= man | 3 | SUBDIR= man |
4 | PC_FILES=openssl.pc libssl.pc | 4 | PC_FILES=openssl.pc libssl.pc |
5 | 5 | ||
6 | CLEANFILES=${PC_FILES} | 6 | CLEANFILES=${PC_FILES} ${VERSION_SCRIPT} |
7 | 7 | ||
8 | LIB= ssl | 8 | LIB= ssl |
9 | 9 | ||
diff --git a/src/lib/libtls/Makefile b/src/lib/libtls/Makefile index 3f75390692..af860bb067 100644 --- a/src/lib/libtls/Makefile +++ b/src/lib/libtls/Makefile | |||
@@ -1,8 +1,10 @@ | |||
1 | # $OpenBSD: Makefile,v 1.28 2016/11/04 19:01:54 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.29 2016/11/05 08:12:22 jsing Exp $ |
2 | 2 | ||
3 | CFLAGS+= -Wall -Werror -Wimplicit | 3 | CFLAGS+= -Wall -Werror -Wimplicit |
4 | CFLAGS+= -DLIBRESSL_INTERNAL | 4 | CFLAGS+= -DLIBRESSL_INTERNAL |
5 | 5 | ||
6 | CLEANFILES= ${VERSION_SCRIPT} | ||
7 | |||
6 | WARNINGS= Yes | 8 | WARNINGS= Yes |
7 | 9 | ||
8 | LIB= tls | 10 | LIB= tls |