Module Name:    src
Committed By:   christos
Date:           Sun Feb  8 19:42:12 UTC 2015

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

Log Message:
add kern_timeout.c for "show callout"


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 src/usr.sbin/crash/Makefile:1.28
--- src/usr.sbin/crash/Makefile:1.27	Sun Mar 30 03:29:22 2014
+++ src/usr.sbin/crash/Makefile	Sun Feb  8 14:42:12 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.27 2014/03/30 07:29:22 skrll Exp $
+#	$NetBSD: Makefile,v 1.28 2015/02/08 19:42:12 christos Exp $
 
 PROG=		crash
 MAN=		crash.8
@@ -34,7 +34,7 @@ S=		${.CURDIR}/../../sys
 
 CPPFLAGS+=	-I${.CURDIR} -I${.OBJDIR} -I${S} -fno-strict-aliasing
 CPPFLAGS+=	-DDDB_VERBOSE_HELP -DDB_MAX_LINE=10000000 -D_KMEMUSER
-CPPFLAGS+=	-UDB_MACHINE_COMMANDS
+CPPFLAGS+=	-UDB_MACHINE_COMMANDS -DCRASH -DDDB
 
 # ddb files from kernel
 .PATH:	$S/ddb
@@ -47,6 +47,9 @@ SRCS+=	db_sym.c db_variables.c db_write_
 .PATH:	${S}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
 SRCS+=	db_disasm.c
 
+.PATH:  $S/kern
+SRCS+=	kern_timeout.c
+
 CPPFLAGS+=	-I${S}/arch
 
 . if    ${MACHINE} == "amd64" \

Reply via email to