Module Name: src
Committed By: mrg
Date: Tue Jun 21 04:53:34 UTC 2011
Added Files:
src/external/gpl3/gcc: Makefile
Log Message:
front end to build gcc 4.5 components
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gcc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/external/gpl3/gcc/Makefile
diff -u /dev/null src/external/gpl3/gcc/Makefile:1.1
--- /dev/null Tue Jun 21 04:53:34 2011
+++ src/external/gpl3/gcc/Makefile Tue Jun 21 04:53:33 2011
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile,v 1.1 2011/06/21 04:53:33 mrg Exp $
+
+SUBDIR+= lib .WAIT usr.bin
+
+.include <bsd.subdir.mk>