Module Name:    src
Committed By:   mlelstv
Date:           Sun Mar  4 07:15:37 UTC 2018

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

Log Message:
Align with DDB.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 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.38 src/usr.sbin/crash/Makefile:1.39
--- src/usr.sbin/crash/Makefile:1.38	Wed Jan 24 09:04:46 2018
+++ src/usr.sbin/crash/Makefile	Sun Mar  4 07:15:37 2018
@@ -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 @@ CPPFLAGS+=	-UDB_MACHINE_COMMANDS
 # 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

Reply via email to