summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2016-11-05 08:12:22 +0000
committerjsing <jsing@openbsd.org>2016-11-05 08:12:22 +0000
commitf208b8a07764af3d42f727746e75a5ded21ba7f0 (patch)
tree5a0e6925441300805ff787a5260f34929dba3f90
parentspelling fix from eric van gyzen, freebsd r308293; (diff)
downloadwireguard-openbsd-f208b8a07764af3d42f727746e75a5ded21ba7f0.tar.xz
wireguard-openbsd-f208b8a07764af3d42f727746e75a5ded21ba7f0.zip
Remove generated Symbols.map on make clean.
ok guenther@
-rw-r--r--lib/libssl/Makefile4
-rw-r--r--lib/libtls/Makefile4
2 files changed, 5 insertions, 3 deletions
diff --git a/lib/libssl/Makefile b/lib/libssl/Makefile
index 64b3b5060bb..74d4bc94884 100644
--- a/lib/libssl/Makefile
+++ b/lib/libssl/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.24 2016/11/04 18:28:58 guenther Exp $
+# $OpenBSD: Makefile,v 1.25 2016/11/05 08:12:22 jsing Exp $
SUBDIR= man
PC_FILES=openssl.pc libssl.pc
-CLEANFILES=${PC_FILES}
+CLEANFILES=${PC_FILES} ${VERSION_SCRIPT}
LIB= ssl
diff --git a/lib/libtls/Makefile b/lib/libtls/Makefile
index 3f75390692a..af860bb0670 100644
--- a/lib/libtls/Makefile
+++ b/lib/libtls/Makefile
@@ -1,8 +1,10 @@
-# $OpenBSD: Makefile,v 1.28 2016/11/04 19:01:54 jsing Exp $
+# $OpenBSD: Makefile,v 1.29 2016/11/05 08:12:22 jsing Exp $
CFLAGS+= -Wall -Werror -Wimplicit
CFLAGS+= -DLIBRESSL_INTERNAL
+CLEANFILES= ${VERSION_SCRIPT}
+
WARNINGS= Yes
LIB= tls