Source-Changes-HG archive

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

[src/trunk]: src/sys/modules fix build!



details:   https://anonhg.NetBSD.org/src/rev/b28afb040bf4
branches:  trunk
changeset: 761710:b28afb040bf4
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 05 22:40:49 2011 +0000

description:
fix build!

diffstat:

 sys/modules/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 371238896161 -r b28afb040bf4 sys/modules/Makefile
--- a/sys/modules/Makefile      Sat Feb 05 19:13:48 2011 +0000
+++ b/sys/modules/Makefile      Sat Feb 05 22:40:49 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.60 2011/02/05 14:08:13 yamt Exp $
+#      $NetBSD: Makefile,v 1.61 2011/02/05 22:40:49 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -87,7 +87,7 @@
 .if ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "x86_64"
 SUBDIR+=       tprof_pmi
-SUBDIR+=       tprof_amdpmi
+#SUBDIR+=      tprof_amdpmi
 .endif
 
 .if ${MACHINE_ARCH} == "i386" || \



Home | Main Index | Thread Index | Old Index