diff options
Diffstat (limited to 'sys/arch/hp300/conf/files.hp300')
-rw-r--r-- | sys/arch/hp300/conf/files.hp300 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/hp300/conf/files.hp300 b/sys/arch/hp300/conf/files.hp300 index 8619240ecc3..6a3851f8b42 100644 --- a/sys/arch/hp300/conf/files.hp300 +++ b/sys/arch/hp300/conf/files.hp300 @@ -1,4 +1,4 @@ -# $OpenBSD: files.hp300,v 1.6 1997/02/16 10:42:18 downsj Exp $ +# $OpenBSD: files.hp300,v 1.7 1997/02/24 01:16:07 downsj Exp $ # $NetBSD: files.hp300,v 1.22 1997/01/30 22:11:19 scottr Exp $ # # hp300-specific configuration info @@ -194,3 +194,9 @@ major {vnd = 6} # include "compat/hpux/files.hpux" file arch/hp300/hp300/hpux_machdep.c compat_hpux + +# +# SunOS binary compatibility +# +include "compat/sunos/files.sunos" +file arch/m68k/m68k/sunos_machdep.c compat_sunos |