summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjsing <>2016-11-05 08:12:22 +0000
committerjsing <>2016-11-05 08:12:22 +0000
commit8e601af590fe4daecd1a7d96cddb851fc0118296 (patch)
tree2d91299d71d27e1b4ae1a25d9bda0862dc562448 /src/lib
parent49cb3319f65bc48b430b2572648be013e6ea6391 (diff)
downloadopenbsd-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/Makefile4
-rw-r--r--src/lib/libtls/Makefile4
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
3SUBDIR= man 3SUBDIR= man
4PC_FILES=openssl.pc libssl.pc 4PC_FILES=openssl.pc libssl.pc
5 5
6CLEANFILES=${PC_FILES} 6CLEANFILES=${PC_FILES} ${VERSION_SCRIPT}
7 7
8LIB= ssl 8LIB= 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
3CFLAGS+= -Wall -Werror -Wimplicit 3CFLAGS+= -Wall -Werror -Wimplicit
4CFLAGS+= -DLIBRESSL_INTERNAL 4CFLAGS+= -DLIBRESSL_INTERNAL
5 5
6CLEANFILES= ${VERSION_SCRIPT}
7
6WARNINGS= Yes 8WARNINGS= Yes
7 9
8LIB= tls 10LIB= tls