summaryrefslogtreecommitdiffstats
path: root/lib/libtls
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 /lib/libtls
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@
Diffstat (limited to 'lib/libtls')
-rw-r--r--lib/libtls/Makefile4
1 files changed, 3 insertions, 1 deletions
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