Allow non-pmax to use COMPAT_ULTRIX.
This commit is contained in:
parent
a1bad64e9a
commit
f820567ce2
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.mips,v 1.23 2000/02/14 21:42:53 thorpej Exp $
|
||||
# $NetBSD: files.mips,v 1.24 2000/04/29 21:47:13 soren Exp $
|
||||
#
|
||||
|
||||
defopt opt_cputype.h NOTHING_YET # reserved for CPU level
|
||||
|
@ -25,3 +25,6 @@ file arch/mips/mips/fpemu.c softfloat
|
|||
|
||||
# Binary compatibility with previous NetBSD releases (COMPAT_XX)
|
||||
file arch/mips/mips/compat_13_machdep.c compat_13 | compat_ultrix
|
||||
|
||||
# Ultrix Binary Compatibility (COMPAT_ULTRIX)
|
||||
include "compat/ultrix/files.ultrix"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.pmax,v 1.84 2000/03/14 15:56:57 oster Exp $
|
||||
# $NetBSD: files.pmax,v 1.85 2000/04/29 21:47:14 soren Exp $
|
||||
# DECstation-specific configuration info
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}.
|
||||
|
@ -250,8 +250,3 @@ file arch/pmax/dev/bt459.c cfb | sfb
|
|||
#
|
||||
defpseudo fb
|
||||
file arch/pmax/dev/fb.c fb needs-count
|
||||
|
||||
# Ultrix Binary Compatibility (COMPAT_ULTRIX)
|
||||
include "compat/ultrix/files.ultrix"
|
||||
|
||||
# Configs
|
||||
|
|
Loading…
Reference in New Issue