From e4d582753729ccbe94058a935bc52e6c61b67417 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Tue, 11 Dec 2001 23:05:06 +0000 Subject: [PATCH] Protect this against the to-come WARNS=2 default. --- usr.bin/vi/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index cdf79bffd4e2..7a1f71297978 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -6,6 +6,7 @@ # SRCDIR= ${.CURDIR}/../../contrib/nvi +WARNS?= 0 .if defined(RELEASE_CRUNCH) # When building `vi' for the fixit floppy, don't include any of the