Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd give yacc's proper name



details:   https://anonhg.NetBSD.org/src/rev/69ef2aec715e
branches:  trunk
changeset: 748612:69ef2aec715e
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 29 01:07:00 2009 +0000

description:
give yacc's proper name

diffstat:

 external/bsd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 98c938547631 -r 69ef2aec715e external/bsd/Makefile
--- a/external/bsd/Makefile     Thu Oct 29 01:04:17 2009 +0000
+++ b/external/bsd/Makefile     Thu Oct 29 01:07:00 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index