diff options
| -rw-r--r-- | usr.bin/apply/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/apply/Makefile b/usr.bin/apply/Makefile index 05823eaaa301..d97f5bd62a3e 100644 --- a/usr.bin/apply/Makefile +++ b/usr.bin/apply/Makefile @@ -1,6 +1,8 @@ +# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= apply -CFLAGS+=-Wall + +WARNS= 2 .include <bsd.prog.mk> |
