diff options
| author | christos <christos@NetBSD.org> | 2020-10-21 13:30:02 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2020-10-21 13:30:02 +0000 |
| commit | ea1ccb008970a1a74470ecae4e113deee14ba053 (patch) | |
| tree | ccd5031bebde3b1fb5af180741e394a9e3b25301 /sys/modules | |
| parent | e3c4ff303013a5ea5f779d20ccdb54a967afffa6 (diff) | |
process_machdep.c is mandatory now.
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/ptrace_common/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/modules/ptrace_common/Makefile b/sys/modules/ptrace_common/Makefile index 72285c33dd0..47646cdc0de 100644 --- a/sys/modules/ptrace_common/Makefile +++ b/sys/modules/ptrace_common/Makefile @@ -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 |
