Module Name:    src
Committed By:   christos
Date:           Sat Feb 18 17:56:49 UTC 2012

Modified Files:
        src/usr.sbin/crash: Makefile

Log Message:
m68k does not have or need db_machdep.c


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/crash/Makefile

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

Modified files:

Index: src/usr.sbin/crash/Makefile
diff -u src/usr.sbin/crash/Makefile:1.20 src/usr.sbin/crash/Makefile:1.21
--- src/usr.sbin/crash/Makefile:1.20	Sat Feb 18 10:57:06 2012
+++ src/usr.sbin/crash/Makefile	Sat Feb 18 12:56:49 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.20 2012/02/18 15:57:06 christos Exp $
+#	$NetBSD: Makefile,v 1.21 2012/02/18 17:56:49 christos Exp $
 
 PROG=		crash
 MAN=		crash.8
@@ -18,7 +18,9 @@ DPADD+=	${LIBUTIL} ${LIBKVM} ${LIBEDIT} 
     || (${MACHINE_ARCH} == "arm" && ${MACHINE} != "acorn26") \
     || ${MACHINE_ARCH} == "m68k"
 SRCS+=	db_trace.c
+.if ${MACHINE_ARCH} != "m68k"
 SRCS+=	db_machdep.c
+.endif
 REALCRASH=yes
 .else
 REALCRASH=no

Reply via email to