diff options
author | imp <imp@FreeBSD.org> | 2010-02-04 07:18:19 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-02-04 07:18:19 +0000 |
commit | 7abc35f9b435f61b3c3ebff97b7fb2837aa19901 (patch) | |
tree | 8e08f5bbb55b9dc83d7019bd73de9114b71f19d9 /bin/pax/Makefile | |
parent | 205d2929b809896d8d5011c890ad2d50cdca3455 (diff) | |
download | FreeBSD-src-7abc35f9b435f61b3c3ebff97b7fb2837aa19901.zip FreeBSD-src-7abc35f9b435f61b3c3ebff97b7fb2837aa19901.tar.gz |
Arm doesn't seem to need such kit gloves. Bump the warnings to 3 here
as well.
Diffstat (limited to 'bin/pax/Makefile')
-rw-r--r-- | bin/pax/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/pax/Makefile b/bin/pax/Makefile index de76e6c..77ef639 100644 --- a/bin/pax/Makefile +++ b/bin/pax/Makefile @@ -33,8 +33,6 @@ SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \ #MAN= pax.1 tar.1 cpio.1 #LINKS= ${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio -.if ${MACHINE_ARCH} == "arm" WARNS?= 3 -.endif .include <bsd.prog.mk> |