From b8b83fee29ce8903ec654cfe60137f888b31201a Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 2 Dec 2001 13:18:59 +0000 Subject: WARNS=2 fixup. --- usr.bin/column/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/column/Makefile') diff --git a/usr.bin/column/Makefile b/usr.bin/column/Makefile index 33de9f6..0f53dab 100644 --- a/usr.bin/column/Makefile +++ b/usr.bin/column/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= column -CFLAGS+=-Wall +WARNS?= 2 .include -- cgit v1.1