Module Name: src
Committed By: skrll
Date: Fri Aug 21 23:13:23 UTC 2009
Modified Files:
src/external: Makefile
Log Message:
Descend into gpl3
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/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/Makefile
diff -u src/external/Makefile:1.5 src/external/Makefile:1.6
--- src/external/Makefile:1.5 Tue Aug 18 23:43:32 2009
+++ src/external/Makefile Fri Aug 21 23:13:23 2009
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2009/08/18 23:43:32 jmcneill Exp $
+# $NetBSD: Makefile,v 1.6 2009/08/21 23:13:23 skrll Exp $
SUBDIR+= lib .WAIT
-SUBDIR+= bsd intel-fw-eula intel-fw-public gpl2 ibm-public intel-public
+SUBDIR+= bsd intel-fw-eula intel-fw-public gpl2 gpl3 ibm-public intel-public
.include <bsd.subdir.mk>