Module Name: src
Committed By: christos
Date: Thu Oct 29 00:58:50 UTC 2009
Modified Files:
src/external/bsd: Makefile
Log Message:
add yacc
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 src/external/bsd/Makefile:1.17
--- src/external/bsd/Makefile:1.16 Mon Oct 26 17:38:32 2009
+++ src/external/bsd/Makefile Wed Oct 28 20:58:50 2009
@@ -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