From 57f11f69e739ae046c2ba14aa55842acf31c3ef9 Mon Sep 17 00:00:00 2001 From: David Malone Date: Thu, 7 Jan 2010 09:45:15 +0000 Subject: [PATCH] This now passes a make universe with WARNS=6. --- usr.bin/xlint/xlint/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.bin/xlint/xlint/Makefile b/usr.bin/xlint/xlint/Makefile index 6cd715f81e28..5dfdfb314a71 100644 --- a/usr.bin/xlint/xlint/Makefile +++ b/usr.bin/xlint/xlint/Makefile @@ -11,7 +11,5 @@ MAN= lint.1 CFLAGS+=-I${.CURDIR}/../lint1 CFLAGS+= -DPREFIX=\"${TOOLS_PREFIX}\" -WARNS?= 2 - .include "${.CURDIR}/../../Makefile.inc" .include