summaryrefslogtreecommitdiff
path: root/games/falcons-eye/patches/patch-bk
blob: ef4de65e244bde9343bbeb5197fdc396e88066d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-bk,v 1.1 2005/02/17 21:05:08 reed Exp $

--- sys/unix/Makefile.utl.orig	2001-06-24 18:57:24.000000000 -0700
+++ sys/unix/Makefile.utl
@@ -97,8 +97,8 @@ LIBS =
 
 # yacc/lex programs to use to generate *_comp.h, *_lex.c, and *_yacc.c.
 # if, instead of yacc/lex you have bison/flex, comment/uncomment the following.
-YACC     = yacc
-LEX      = lex
+#YACC     = yacc
+#LEX      = lex
 # YACC     = bison -y
 # YACC     = byacc
 # LEX      = flex