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/libtls | |
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/libtls')
-rw-r--r-- | src/lib/libtls/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |