o style: WARNS= -> WARNS?=.

Spotted by:	ru
This commit is contained in:
maxim 2006-05-04 09:01:54 +00:00
parent e6ffe3c2b2
commit e0c6fc9441

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PROG= getent
WARNS= 3
WARNS?= 3
.include <bsd.prog.mk>