Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/crash Align with DDB.



details:   https://anonhg.NetBSD.org/src/rev/da0fbe56a3f8
branches:  trunk
changeset: 320886:da0fbe56a3f8
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sun Mar 04 07:15:37 2018 +0000

description:
Align with DDB.

diffstat:

 usr.sbin/crash/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b3638c32d997 -r da0fbe56a3f8 usr.sbin/crash/Makefile
--- a/usr.sbin/crash/Makefile   Sun Mar 04 07:14:50 2018 +0000
+++ b/usr.sbin/crash/Makefile   Sun Mar 04 07:15:37 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.38 2018/01/24 09:04:46 skrll Exp $
+#      $NetBSD: Makefile,v 1.39 2018/03/04 07:15:37 mlelstv Exp $
 
 PROG=          crash
 MAN=           crash.8
@@ -40,6 +40,7 @@
 # ddb files from kernel
 .PATH: $S/ddb
 SRCS+= db_command.c db_lwp.c db_proc.c db_xxx.c db_cpu.c
+SRCS+=  db_autoconf.c
 SRCS+= db_access.c db_elf.c db_examine.c
 SRCS+= db_expr.c db_lex.c db_output.c db_print.c
 SRCS+= db_sym.c db_variables.c db_write_cmd.c



Home | Main Index | Thread Index | Old Index