summaryrefslogtreecommitdiff
path: root/usr.bin/xzdec
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2011-10-16 08:04:43 +0000
committerEd Schouten <ed@FreeBSD.org>2011-10-16 08:04:43 +0000
commitaa404b67bb6dd29126ecb3d8b865ab0b8d6a4a41 (patch)
treeff533f84e47c14c20720e8eafc545d1078433f3a /usr.bin/xzdec
parent196769ee584553fbe782c508cf792654b8a042ea (diff)
downloadsrc-test-aa404b67bb6dd29126ecb3d8b865ab0b8d6a4a41.tar.gz
src-test-aa404b67bb6dd29126ecb3d8b865ab0b8d6a4a41.zip
Remove unneeded WARNS=3 lines.
It seems these two tools can be built properly with WARNS=6, even on architectures that are stricter about alignment.
Notes
Notes: svn path=/head/; revision=226421
Diffstat (limited to 'usr.bin/xzdec')
-rw-r--r--usr.bin/xzdec/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/xzdec/Makefile b/usr.bin/xzdec/Makefile
index 6f38a657c4e5f..daef296f250bf 100644
--- a/usr.bin/xzdec/Makefile
+++ b/usr.bin/xzdec/Makefile
@@ -18,8 +18,6 @@ SRCS= xzdec.c
SRCS+= tuklib_progname.c \
tuklib_exit.c
-WARNS?= 3
-
CFLAGS+= -DHAVE_CONFIG_H \
-I${LZMALIBDIR} \
-I${XZDIR}/common