Module Name: src Committed By: jruoho Date: Tue Aug 9 12:09:56 UTC 2011
Modified Files: src/sys/modules: Makefile Log Message: Two placeholder comments. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 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.84 src/sys/modules/Makefile:1.85 --- src/sys/modules/Makefile:1.84 Tue Aug 9 11:12:02 2011 +++ src/sys/modules/Makefile Tue Aug 9 12:09:55 2011 @@ -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