diff options
Diffstat (limited to 'usr.bin/fmt/Makefile')
-rw-r--r-- | usr.bin/fmt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fmt/Makefile b/usr.bin/fmt/Makefile index c635cb6..385ecde 100644 --- a/usr.bin/fmt/Makefile +++ b/usr.bin/fmt/Makefile @@ -4,6 +4,6 @@ PROG= fmt SRCS= fmt.c -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> |