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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87250

View File

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