Source-Changes-HG archive

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

[src/trunk]: src/external/bsd add yacc



details:   https://anonhg.NetBSD.org/src/rev/bacc7dfe63ee
branches:  trunk
changeset: 748608:bacc7dfe63ee
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 29 00:58:50 2009 +0000

description:
add yacc

diffstat:

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

diffs (15 lines):

diff -r dc6ae823b8e2 -r bacc7dfe63ee external/bsd/Makefile
--- a/external/bsd/Makefile     Thu Oct 29 00:58:06 2009 +0000
+++ b/external/bsd/Makefile     Thu Oct 29 00:58:50 2009 +0000
@@ -1,8 +1,9 @@
-#      $NetBSD: Makefile,v 1.16 2009/10/26 21:38:32 christos Exp $
+#      $NetBSD: Makefile,v 1.17 2009/10/29 00:58:50 christos Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR+= am-utils bind dhcpcd fetch file flex libarchive mdocml pkg_install top
+SUBDIR+= am-utils bind dhcpcd fetch file flex libarchive mdocml pkg_install \
+       top yacc
 .if (${MKATF} != "no")
 SUBDIR+= atf
 .endif



Home | Main Index | Thread Index | Old Index