Pull in the COMPAT_M68K4K stuff when appropriate.

This commit is contained in:
thorpej 1996-09-10 22:07:10 +00:00
parent 0d3a57ea3f
commit 73a5b90800
2 changed files with 7 additions and 3 deletions

View File

@ -1,10 +1,12 @@
# $NetBSD: files.m68k,v 1.13 1996/02/24 12:59:47 briggs Exp $
# $NetBSD: files.m68k,v 1.14 1996/09/10 22:07:10 thorpej Exp $
#
file arch/m68k/m68k/db_disasm.c ddb
file arch/m68k/m68k/db_interface.c ddb
file arch/m68k/m68k/db_trace.c ddb
file arch/m68k/m68k/in_cksum.c inet
file arch/m68k/m68k/oc_cksum.s inet
file arch/m68k/m68k/ns_cksum.c ns
file arch/m68k/m68k/oc_cksum.s inet
file arch/m68k/m68k/process_machdep.c
file arch/m68k/m68k/random.s
include "../../../compat/m68k4k/files.m68k4k"

View File

@ -1,4 +1,4 @@
# $NetBSD: files.m68k.oldconf,v 1.10 1994/10/26 07:48:18 cgd Exp $
# $NetBSD: files.m68k.oldconf,v 1.11 1996/09/10 22:07:10 thorpej Exp $
#
arch/m68k/m68k/db_disasm.c optional ddb
arch/m68k/m68k/db_interface.c optional ddb
@ -8,3 +8,5 @@ arch/m68k/m68k/ns_cksum.c optional ns
arch/m68k/m68k/oc_cksum.s optional inet
arch/m68k/m68k/process_machdep.c standard
arch/m68k/m68k/random.s standard
compat/m68k4k/m68k4k_exec.c optional compat_m68k4k