Module Name: src
Committed By: christos
Date: Thu Oct 29 01:07:00 UTC 2009
Modified Files:
src/external/bsd: Makefile
Log Message:
give yacc's proper name
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/external/bsd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/Makefile
diff -u src/external/bsd/Makefile:1.17 src/external/bsd/Makefile:1.18
--- src/external/bsd/Makefile:1.17 Wed Oct 28 20:58:50 2009
+++ src/external/bsd/Makefile Wed Oct 28 21:07:00 2009
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2009/10/29 00:58:50 christos Exp $
+# $NetBSD: Makefile,v 1.18 2009/10/29 01:07:00 christos Exp $
.include <bsd.own.mk>
SUBDIR+= am-utils bind dhcpcd fetch file flex libarchive mdocml pkg_install \
- top yacc
+ top byacc
.if (${MKATF} != "no")
SUBDIR+= atf
.endif