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