summaryrefslogtreecommitdiffstats
path: root/atc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'atc/Makefile')
-rw-r--r--atc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/atc/Makefile b/atc/Makefile
index 083764cd..c65ef1f3 100644
--- a/atc/Makefile
+++ b/atc/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.26 2008/01/28 07:03:58 dholland Exp $
+# $NetBSD: Makefile,v 1.27 2009/04/20 16:05:29 drochner Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
.include <bsd.own.mk>
PROG= atc
-CPPFLAGS+=-DBSD -I${.CURDIR} -I. -DYY_NO_UNPUT
+CPPFLAGS+=-DBSD -I${.CURDIR} -I. -DYY_NO_UNPUT -DYY_NO_INPUT
SRCS= extern.c grammar.y graphics.c input.c lex.l list.c log.c \
main.c tunable.c update.c
YHEADER=1