Module Name: src
Committed By: jmcneill
Date: Mon Jan 8 11:05:02 UTC 2018
Modified Files:
src/external: Makefile
Log Message:
Add nvidia-firmware to SUBDIR
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 src/external/Makefile:1.20
--- src/external/Makefile:1.19 Thu Aug 10 15:31:49 2017
+++ src/external/Makefile Mon Jan 8 11:05:02 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/08/10 15:31:49 nat Exp $
+# $NetBSD: Makefile,v 1.20 2018/01/08 11:05:02 jmcneill Exp $
SUBDIR+= apache2 atheros broadcom bsd cddl gpl2 gpl3 historical intel-fw-eula
-SUBDIR+= intel-fw-public ibm-public mit public-domain realtek
+SUBDIR+= intel-fw-public ibm-public mit nvidia-firmware public-domain realtek
.include <bsd.subdir.mk>