From 099f8ecbe9e998c7d18349a9429e95b060ef3082 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 4 Dec 2001 01:57:47 +0000 Subject: Default to WARNS=2. Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike --- bin/pax/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/pax') diff --git a/bin/pax/Makefile b/bin/pax/Makefile index f142bfc..02673fd 100644 --- a/bin/pax/Makefile +++ b/bin/pax/Makefile @@ -29,6 +29,7 @@ PROG= pax SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \ gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \ tables.c tar.c tty_subs.c +WARNS= 0 #XXX NOTYET #MAN= pax.1 tar.1 cpio.1 #LINKS= ${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio -- cgit v1.1