]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
Enable WARNS=3.
authorrpaulo <rpaulo@NetBSD.org>
Wed, 10 Aug 2005 17:52:56 +0000 (17:52 +0000)
committerrpaulo <rpaulo@NetBSD.org>
Wed, 10 Aug 2005 17:52:56 +0000 (17:52 +0000)
atc/Makefile

index 5adc5e40261c8adb1f4ab5a323c2a3cb6e2f6eb5..2f77e9b5a15eceb4a480df4c5f9034cad25bfccd 100644 (file)
@@ -1,8 +1,9 @@
-#      $NetBSD: Makefile,v 1.23 2003/08/01 17:03:42 lukem Exp $
+#      $NetBSD: Makefile,v 1.24 2005/08/10 17:52:56 rpaulo Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 .include <bsd.own.mk>
 
+WARNS= 3
 PROG=  atc
 CPPFLAGS+=-DBSD -I${.CURDIR} -I. -DYY_NO_UNPUT
 SRCS=  extern.c grammar.y graphics.c input.c lex.l list.c log.c \