summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-02 10:27:05 +0000
committered <ed@FreeBSD.org>2010-01-02 10:27:05 +0000
commit9b380e30d4e06cf0243e311871dc27cfa4a6354a (patch)
tree756926e3b5383e94680dcfd7df8fd002f56e1dd7 /usr.bin/tar
parent14b790b0cfcd233769de066dd78e637bf80713dc (diff)
downloadFreeBSD-src-9b380e30d4e06cf0243e311871dc27cfa4a6354a.zip
FreeBSD-src-9b380e30d4e06cf0243e311871dc27cfa4a6354a.tar.gz
Build usr.bin/ with WARNS=6 by default.
Also add some missing $FreeBSD$ to keep svn happy.
Diffstat (limited to 'usr.bin/tar')
-rw-r--r--usr.bin/tar/Makefile1
-rw-r--r--usr.bin/tar/test/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile
index 22f8ff7..7234845 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -4,7 +4,6 @@
PROG= bsdtar
BSDTAR_VERSION_STRING=2.7.0
SRCS= bsdtar.c cmdline.c getdate.c matching.c read.c siginfo.c subst.c tree.c util.c write.c
-WARNS?= 5
DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ}
LDADD= -larchive -lbz2 -lz -lmd
.if ${MK_OPENSSL} != "no"
diff --git a/usr.bin/tar/test/Makefile b/usr.bin/tar/test/Makefile
index 2f6f056..3880be0 100644
--- a/usr.bin/tar/test/Makefile
+++ b/usr.bin/tar/test/Makefile
@@ -45,7 +45,6 @@ CFLAGS+= -I${TAR_SRCDIR}
# Uncomment to link against dmalloc
#LDADD+= -L/usr/local/lib -ldmalloc
#CFLAGS+= -I/usr/local/include -DUSE_DMALLOC
-WARNS=6
check test: bsdtar_test
./bsdtar_test -p ${.OBJDIR}/../bsdtar -r ${.CURDIR}
OpenPOWER on IntegriCloud