enable WARNS?= 2

This commit is contained in:
lukem 2001-10-19 00:59:07 +00:00
parent e426602284
commit a596720367

View File

@ -1,7 +1,9 @@
# $NetBSD: Makefile,v 1.11 1999/05/17 12:16:03 lukem Exp $
# $NetBSD: Makefile,v 1.12 2001/10/19 00:59:07 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/2/93
PROG= ls
SRCS= cmp.c ls.c main.c print.c stat_flags.c util.c
WARNS?= 2
.include <bsd.prog.mk>