diff options
Diffstat (limited to 'usr.sbin/kgzip')
-rw-r--r-- | usr.sbin/kgzip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/kgzip/Makefile b/usr.sbin/kgzip/Makefile index ce7ffbd..013c65f 100644 --- a/usr.sbin/kgzip/Makefile +++ b/usr.sbin/kgzip/Makefile @@ -4,4 +4,6 @@ PROG= kgzip MAN= kgzip.8 SRCS= kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c +WARNS?= 3 + .include <bsd.prog.mk> |