summaryrefslogtreecommitdiffstats
path: root/usr.bin/cpio
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/cpio
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/cpio')
-rw-r--r--usr.bin/cpio/Makefile1
-rw-r--r--usr.bin/cpio/test/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/cpio/Makefile b/usr.bin/cpio/Makefile
index c64ab6c..d609780 100644
--- a/usr.bin/cpio/Makefile
+++ b/usr.bin/cpio/Makefile
@@ -5,7 +5,6 @@
PROG= bsdcpio
BSDCPIO_VERSION_STRING=2.7.0
SRCS= cpio.c cmdline.c err.c matching.c pathmatch.c
-WARNS?= 6
DPADD= ${LIBARCHIVE} ${LIBZ} ${LIBBZ2}
CFLAGS+= -DBSDCPIO_VERSION_STRING=\"${BSDCPIO_VERSION_STRING}\"
CFLAGS+= -DPLATFORM_CONFIG_H=\"config_freebsd.h\"
diff --git a/usr.bin/cpio/test/Makefile b/usr.bin/cpio/test/Makefile
index 7da5a60..ace9516 100644
--- a/usr.bin/cpio/test/Makefile
+++ b/usr.bin/cpio/test/Makefile
@@ -53,7 +53,6 @@ CFLAGS+= -I${CPIO_SRCDIR}
# Uncomment to link against dmalloc
#LDADD+= -L/usr/local/lib -ldmalloc
#CFLAGS+= -I/usr/local/include -DUSE_DMALLOC
-WARNS=6
check test: bsdcpio_test
${.OBJDIR}/bsdcpio_test -p ${.OBJDIR}/../bsdcpio -r ${.CURDIR}
OpenPOWER on IntegriCloud