diff options
Diffstat (limited to 'usr.sbin/quot/Makefile')
-rw-r--r-- | usr.sbin/quot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/quot/Makefile b/usr.sbin/quot/Makefile index c5c6cc2..07bcc7e 100644 --- a/usr.sbin/quot/Makefile +++ b/usr.sbin/quot/Makefile @@ -3,4 +3,6 @@ PROG= quot MAN= quot.8 +WARNS?= 2 + .include <bsd.prog.mk> |