16 lines
460 B
Plaintext
16 lines
460 B
Plaintext
$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
|