Module Name: src
Committed By: christos
Date: Sat Feb 18 15:57:06 UTC 2012
Modified Files:
src/usr.sbin/crash: Makefile
Log Message:
revert sparc64 hack
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 src/usr.sbin/crash/Makefile:1.20
--- src/usr.sbin/crash/Makefile:1.19 Fri Feb 17 07:24:13 2012
+++ src/usr.sbin/crash/Makefile Sat Feb 18 10:57:06 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/02/17 12:24:13 martin Exp $
+# $NetBSD: Makefile,v 1.20 2012/02/18 15:57:06 christos Exp $
PROG= crash
MAN= crash.8
@@ -18,11 +18,7 @@ DPADD+= ${LIBUTIL} ${LIBKVM} ${LIBEDIT}
|| (${MACHINE_ARCH} == "arm" && ${MACHINE} != "acorn26") \
|| ${MACHINE_ARCH} == "m68k"
SRCS+= db_trace.c
-.if ${MACHINE} == "sparc64"
-SRCS+= db_interface.c
-.else
SRCS+= db_machdep.c
-.endif
REALCRASH=yes
.else
REALCRASH=no