diff options
Diffstat (limited to 'usr.bin/column/Makefile')
-rw-r--r-- | usr.bin/column/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/column/Makefile b/usr.bin/column/Makefile index 1c304e2..33de9f6 100644 --- a/usr.bin/column/Makefile +++ b/usr.bin/column/Makefile @@ -1,5 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= column +CFLAGS+=-Wall .include <bsd.prog.mk> |