Regen for COMPAT_20 addition.

This commit is contained in:
simonb 2005-02-25 13:49:07 +00:00
parent ff8f0b23c9
commit 2d12f350f9
5 changed files with 19 additions and 15 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: AMIGA,v 1.76 2005/02/20 17:57:39 jdolecek Exp $ # $NetBSD: AMIGA,v 1.77 2005/02/25 13:49:07 simonb Exp $
# #
# This file was automatically created. # This file was automatically created.
# Changes will be lost when make is run in this directory. # Changes will be lost when make is run in this directory.
# #
# Created from: # NetBSD: GENERIC.in,v 1.33 2005/02/20 17:57:02 jdolecek Exp $ # Created from: # NetBSD: GENERIC.in,v 1.34 2005/02/25 13:46:48 simonb Exp $
# #
# GENERIC machine description file # GENERIC machine description file
# #
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.76 $" #ident "GENERIC-$Revision: 1.77 $"
maxusers 8 maxusers 8
@ -145,6 +145,7 @@ options COMPAT_13 # compatibility with NetBSD 1.3
options COMPAT_14 # compatibility with NetBSD 1.4 options COMPAT_14 # compatibility with NetBSD 1.4
options COMPAT_15 # compatibility with NetBSD 1.5 options COMPAT_15 # compatibility with NetBSD 1.5
options COMPAT_16 # compatibility with NetBSD 1.6 options COMPAT_16 # compatibility with NetBSD 1.6
options COMPAT_20 # compatibility with NetBSD 2.0
options COMPAT_SUNOS # Support to run Sun (m68k) executables options COMPAT_SUNOS # Support to run Sun (m68k) executables
options COMPAT_SVR4 # Support to run SVR4 (m68k) executables options COMPAT_SVR4 # Support to run SVR4 (m68k) executables
options COMPAT_NOMID # allow nonvalid machine id executables options COMPAT_NOMID # allow nonvalid machine id executables

View File

@ -1,9 +1,9 @@
# $NetBSD: DRACO,v 1.92 2005/02/20 17:57:39 jdolecek Exp $ # $NetBSD: DRACO,v 1.93 2005/02/25 13:49:07 simonb Exp $
# #
# This file was automatically created. # This file was automatically created.
# Changes will be lost when make is run in this directory. # Changes will be lost when make is run in this directory.
# #
# Created from: # NetBSD: GENERIC.in,v 1.33 2005/02/20 17:57:02 jdolecek Exp $ # Created from: # NetBSD: GENERIC.in,v 1.34 2005/02/25 13:46:48 simonb Exp $
# #
# GENERIC machine description file # GENERIC machine description file
# #
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.92 $" #ident "GENERIC-$Revision: 1.93 $"
maxusers 8 maxusers 8
@ -134,6 +134,7 @@ options COMPAT_13 # compatibility with NetBSD 1.3
options COMPAT_14 # compatibility with NetBSD 1.4 options COMPAT_14 # compatibility with NetBSD 1.4
options COMPAT_15 # compatibility with NetBSD 1.5 options COMPAT_15 # compatibility with NetBSD 1.5
options COMPAT_16 # compatibility with NetBSD 1.6 options COMPAT_16 # compatibility with NetBSD 1.6
options COMPAT_20 # compatibility with NetBSD 2.0
options COMPAT_SUNOS # Support to run Sun (m68k) executables options COMPAT_SUNOS # Support to run Sun (m68k) executables
options COMPAT_SVR4 # Support to run SVR4 (m68k) executables options COMPAT_SVR4 # Support to run SVR4 (m68k) executables
options COMPAT_NOMID # allow nonvalid machine id executables options COMPAT_NOMID # allow nonvalid machine id executables

View File

@ -1,9 +1,9 @@
# $NetBSD: GENERIC,v 1.213 2005/02/20 17:57:39 jdolecek Exp $ # $NetBSD: GENERIC,v 1.214 2005/02/25 13:49:07 simonb Exp $
# #
# This file was automatically created. # This file was automatically created.
# Changes will be lost when make is run in this directory. # Changes will be lost when make is run in this directory.
# #
# Created from: # NetBSD: GENERIC.in,v 1.33 2005/02/20 17:57:02 jdolecek Exp $ # Created from: # NetBSD: GENERIC.in,v 1.34 2005/02/25 13:46:48 simonb Exp $
# #
# GENERIC machine description file # GENERIC machine description file
# #
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.213 $" #ident "GENERIC-$Revision: 1.214 $"
maxusers 8 maxusers 8
@ -146,6 +146,7 @@ options COMPAT_13 # compatibility with NetBSD 1.3
options COMPAT_14 # compatibility with NetBSD 1.4 options COMPAT_14 # compatibility with NetBSD 1.4
options COMPAT_15 # compatibility with NetBSD 1.5 options COMPAT_15 # compatibility with NetBSD 1.5
options COMPAT_16 # compatibility with NetBSD 1.6 options COMPAT_16 # compatibility with NetBSD 1.6
options COMPAT_20 # compatibility with NetBSD 2.0
options COMPAT_SUNOS # Support to run Sun (m68k) executables options COMPAT_SUNOS # Support to run Sun (m68k) executables
options COMPAT_SVR4 # Support to run SVR4 (m68k) executables options COMPAT_SVR4 # Support to run SVR4 (m68k) executables
options COMPAT_NOMID # allow nonvalid machine id executables options COMPAT_NOMID # allow nonvalid machine id executables

View File

@ -1,9 +1,9 @@
# $NetBSD: INSTALL,v 1.51 2005/02/20 17:57:39 jdolecek Exp $ # $NetBSD: INSTALL,v 1.52 2005/02/25 13:49:07 simonb Exp $
# #
# This file was automatically created. # This file was automatically created.
# Changes will be lost when make is run in this directory. # Changes will be lost when make is run in this directory.
# #
# Created from: # NetBSD: GENERIC.in,v 1.33 2005/02/20 17:57:02 jdolecek Exp $ # Created from: # NetBSD: GENERIC.in,v 1.34 2005/02/25 13:46:48 simonb Exp $
# #
# GENERIC machine description file # GENERIC machine description file
# #
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.51 $" #ident "GENERIC-$Revision: 1.52 $"
makeoptions COPTS="-Os" makeoptions COPTS="-Os"

View File

@ -1,9 +1,9 @@
# $NetBSD: WSCONS,v 1.30 2005/02/20 17:57:39 jdolecek Exp $ # $NetBSD: WSCONS,v 1.31 2005/02/25 13:49:07 simonb Exp $
# #
# This file was automatically created. # This file was automatically created.
# Changes will be lost when make is run in this directory. # Changes will be lost when make is run in this directory.
# #
# Created from: # NetBSD: GENERIC.in,v 1.33 2005/02/20 17:57:02 jdolecek Exp $ # Created from: # NetBSD: GENERIC.in,v 1.34 2005/02/25 13:46:48 simonb Exp $
# #
# GENERIC machine description file # GENERIC machine description file
# #
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.30 $" #ident "GENERIC-$Revision: 1.31 $"
maxusers 8 maxusers 8
@ -146,6 +146,7 @@ options COMPAT_13 # compatibility with NetBSD 1.3
options COMPAT_14 # compatibility with NetBSD 1.4 options COMPAT_14 # compatibility with NetBSD 1.4
options COMPAT_15 # compatibility with NetBSD 1.5 options COMPAT_15 # compatibility with NetBSD 1.5
options COMPAT_16 # compatibility with NetBSD 1.6 options COMPAT_16 # compatibility with NetBSD 1.6
options COMPAT_20 # compatibility with NetBSD 2.0
options COMPAT_SUNOS # Support to run Sun (m68k) executables options COMPAT_SUNOS # Support to run Sun (m68k) executables
options COMPAT_SVR4 # Support to run SVR4 (m68k) executables options COMPAT_SVR4 # Support to run SVR4 (m68k) executables
options COMPAT_NOMID # allow nonvalid machine id executables options COMPAT_NOMID # allow nonvalid machine id executables