Module Name:    src
Committed By:   jruoho
Date:           Tue Oct 26 05:42:51 UTC 2010

Modified Files:
        src/sys/modules: Makefile

Log Message:
Add asus(x) and hpqlb(4).


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/modules/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/Makefile
diff -u src/sys/modules/Makefile:1.53 src/sys/modules/Makefile:1.54
--- src/sys/modules/Makefile:1.53	Mon Oct 25 17:17:56 2010
+++ src/sys/modules/Makefile	Tue Oct 26 05:42:51 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.53 2010/10/25 17:17:56 jruoho Exp $
+#	$NetBSD: Makefile,v 1.54 2010/10/26 05:42:51 jruoho Exp $
 
 .include <bsd.own.mk>
 
@@ -107,6 +107,8 @@
 SUBDIR+=	acpivga
 SUBDIR+=	acpiwmi
 SUBDIR+=	aibs
+SUBDIR+=	asus
+SUBDIR+=	hpqlb
 SUBDIR+=	thinkpad
 SUBDIR+=	wmidell
 SUBDIR+=	wmihp

Reply via email to