From d0effe7563f273fb4e59b55208cbcaf25018ce18 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Mon, 3 Dec 2001 00:16:52 +0000 Subject: [PATCH] WARNS=2 and -Wall are not both needed. (The second is a subset of the first) --- usr.bin/cut/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/cut/Makefile b/usr.bin/cut/Makefile index 2a957fadfc6..5e4f9980299 100644 --- a/usr.bin/cut/Makefile +++ b/usr.bin/cut/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= cut -CFLAGS+=-Wall WARNS?= 2 .include