Module Name: src
Committed By: christos
Date: Thu Oct 29 01:01:27 UTC 2009
Modified Files:
src/tools/yacc: Makefile
Log Message:
use new yacc
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tools/yacc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/yacc/Makefile
diff -u src/tools/yacc/Makefile:1.4 src/tools/yacc/Makefile:1.5
--- src/tools/yacc/Makefile:1.4 Sun Dec 8 15:20:06 2002
+++ src/tools/yacc/Makefile Wed Oct 28 21:01:27 2009
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2002/12/08 20:20:06 thorpej Exp $
+# $NetBSD: Makefile,v 1.5 2009/10/29 01:01:27 christos Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}yacc
-HOST_SRCDIR= usr.bin/yacc
+HOST_SRCDIR= external/bsd/byacc/bin
.include "${.CURDIR}/../Makefile.host"