diff options
Diffstat (limited to 'usr.bin/column/Makefile')
-rw-r--r-- | usr.bin/column/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/column/Makefile b/usr.bin/column/Makefile index 33de9f61fe7e..0f53dab1c8dc 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 <bsd.prog.mk> |