Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/ptrace_common process_machdep.c is mandatory now.
details: https://anonhg.NetBSD.org/src/rev/1508e2a7e67c
branches: trunk
changeset: 956111:1508e2a7e67c
user: christos <christos%NetBSD.org@localhost>
date: Wed Oct 21 13:30:02 2020 +0000
description:
process_machdep.c is mandatory now.
diffstat:
sys/modules/ptrace_common/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (21 lines):
diff -r aa3eb30aaaf2 -r 1508e2a7e67c sys/modules/ptrace_common/Makefile
--- a/sys/modules/ptrace_common/Makefile Wed Oct 21 11:15:18 2020 +0000
+++ b/sys/modules/ptrace_common/Makefile Wed Oct 21 13:30:02 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/10/19 19:33:02 christos Exp $
+# $NetBSD: Makefile,v 1.5 2020/10/21 13:30:02 christos Exp $
#
.include "../Makefile.inc"
@@ -6,10 +6,8 @@
CPPFLAGS+= -DPTRACE
-.include "machdep.mk"
-
KMOD= ptrace_common
-SRCS= sys_ptrace_common.c process_machdep.c
+SRCS= sys_ptrace_common.c
WARNS= 3
Home |
Main Index |
Thread Index |
Old Index