Module Name:    src
Committed By:   christos
Date:           Sat Feb  5 22:40:49 UTC 2011

Modified Files:
        src/sys/modules: Makefile

Log Message:
fix build!


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 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.60 src/sys/modules/Makefile:1.61
--- src/sys/modules/Makefile:1.60	Sat Feb  5 09:08:13 2011
+++ src/sys/modules/Makefile	Sat Feb  5 17:40:49 2011
@@ -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" || \

Reply via email to