Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules Two placeholder comments.



details:   https://anonhg.NetBSD.org/src/rev/a4932f2e4621
branches:  trunk
changeset: 768131:a4932f2e4621
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Aug 09 12:09:55 2011 +0000

description:
Two placeholder comments.

diffstat:

 sys/modules/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 97c7f57e32af -r a4932f2e4621 sys/modules/Makefile
--- a/sys/modules/Makefile      Tue Aug 09 11:26:40 2011 +0000
+++ b/sys/modules/Makefile      Tue Aug 09 12:09:55 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.84 2011/08/09 11:12:02 jmcneill Exp $
+#      $NetBSD: Makefile,v 1.85 2011/08/09 12:09:55 jruoho Exp $
 
 .include <bsd.own.mk>
 
@@ -101,6 +101,9 @@
 SUBDIR+=       tprof_amdpmi
 .endif
 
+#
+# ACPI modules
+#
 .if ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "ia64" || \
     ${MACHINE_ARCH} == "x86_64"
@@ -159,6 +162,9 @@
 SUBDIR+=       viac7temp
 .endif
 
+#
+# ISA modules
+#
 .if ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "x86_64"
 SUBDIR+=       aps



Home | Main Index | Thread Index | Old Index