diff options
Diffstat (limited to 'usr.bin/apply/Makefile')
-rw-r--r-- | usr.bin/apply/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/apply/Makefile b/usr.bin/apply/Makefile index ca0f10a..0355588 100644 --- a/usr.bin/apply/Makefile +++ b/usr.bin/apply/Makefile @@ -2,5 +2,6 @@ # $FreeBSD$ PROG= apply +WARNS?= 4 .include <bsd.prog.mk> |