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