From 9baf2f1b038483b2b3a06aa8edb82b2d5fe9707a Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 4 Dec 2001 02:19:58 +0000 Subject: Default to WARNS=2. Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike --- sbin/dump/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/dump/Makefile') diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index 2df9111..bb47aac 100644 --- a/sbin/dump/Makefile +++ b/sbin/dump/Makefile @@ -17,6 +17,7 @@ PROG= dump LINKS= ${BINDIR}/dump ${BINDIR}/rdump CFLAGS+=-DRDUMP CFLAGS+=-I${.CURDIR}/../../libexec/rlogind +WARNS= 0 SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c MAN= dump.8 MLINKS+=dump.8 rdump.8 -- cgit v1.1