diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-07-02 19:57:16 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-07-02 19:57:16 +0000 |
commit | ae925fd12cfb7f45b45cdc7d9949a532f7036b20 (patch) | |
tree | 806a9b8a6a49f2e117aa7a7926f3df486a4b6d79 /sys/arch/m68k/conf | |
parent | 60e9a7fdfa994a34001f5c17cd3a32546ee4e9a0 (diff) |
remove support for compat_sunos (and m68k4k). ok deraadt guenther
Diffstat (limited to 'sys/arch/m68k/conf')
-rw-r--r-- | sys/arch/m68k/conf/files.m68k | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/arch/m68k/conf/files.m68k b/sys/arch/m68k/conf/files.m68k index 6d974de94f1..755747f2c79 100644 --- a/sys/arch/m68k/conf/files.m68k +++ b/sys/arch/m68k/conf/files.m68k @@ -1,4 +1,4 @@ -# $OpenBSD: files.m68k,v 1.20 2009/03/15 20:40:25 miod Exp $ +# $OpenBSD: files.m68k,v 1.21 2010/07/02 19:57:14 tedu Exp $ # $NetBSD: files.m68k,v 1.18 1997/06/06 23:15:28 veego Exp $ # file arch/m68k/m68k/bcopy.s @@ -19,17 +19,6 @@ file arch/m68k/m68k/regdump.c file arch/m68k/m68k/sig_machdep.c file arch/m68k/m68k/softintr.c -# -# Older m68k4k executables binary compatibility -# -include "compat/m68k4k/files.m68k4k" - -# -# SunOS binary compatibility -# -include "compat/sunos/files.sunos" -file arch/m68k/m68k/sunos_machdep.c compat_sunos - # quad support is necessary for 32 bit architectures file lib/libkern/adddi3.c file lib/libkern/anddi3.c |