WARNS=2 and -Wall are not both needed. (The second is a subset of the

first)
This commit is contained in:
Mark Murray 2001-12-03 00:16:52 +00:00
parent f86b9f6d64
commit d0effe7563

View file

@ -2,7 +2,6 @@
# $FreeBSD$
PROG= cut
CFLAGS+=-Wall
WARNS?= 2
.include <bsd.prog.mk>