diff options
author | 2016-11-05 08:12:22 +0000 | |
---|---|---|
committer | 2016-11-05 08:12:22 +0000 | |
commit | f208b8a07764af3d42f727746e75a5ded21ba7f0 (patch) | |
tree | 5a0e6925441300805ff787a5260f34929dba3f90 /lib/libtls | |
parent | spelling fix from eric van gyzen, freebsd r308293; (diff) | |
download | wireguard-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/Makefile | 4 |
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 |