]> git.cameronkatri.com Git - getent-darwin.git/commitdiff
o style: WARNS= -> WARNS?=.
authorMaxim Konovalov <maxim@FreeBSD.org>
Thu, 4 May 2006 09:01:54 +0000 (09:01 +0000)
committerMaxim Konovalov <maxim@FreeBSD.org>
Thu, 4 May 2006 09:01:54 +0000 (09:01 +0000)
Spotted by: ru

Makefile

index 7b6a6e1bacaa8376fb07971892bbe6022f2f651a..6cc3d56cfd1e73eaedcc43acb18d2166c79b7ce0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
 PROG=  getent
-WARNS= 3
+WARNS?=        3
 
 .include <bsd.prog.mk>