diff options
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> |