diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-02 22:37:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-02 22:37:55 +0000 |
commit | 1ef5a56cd54adf2e4c6ab07f28eb3eb225185dee (patch) | |
tree | 4d9f6a2c0a808d9e0fdf63332052eba393f7860e /sys | |
parent | 65c54a3c60e8ca4b0704f26a7763c659ce9f12c9 (diff) |
COMPAT_{SUNOS,SVR4}
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/arch/sparc/conf/GENERIC_SCSI3 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index 6ffc467bb35..f6c817b0c4c 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -19,6 +19,8 @@ option SUN4M # sun4m - SS10, SS20, Classic, etc. # Options for SPARCstation hardware option RASTERCONSOLE # fast rasterop console +option COMPAT_SUNOS # compatibility with SunOS binaries +option COMPAT_SVR4 # compatibility with SVR4 binaries # Generic swap; second partition of root disk or network. config bsd swap generic diff --git a/sys/arch/sparc/conf/GENERIC_SCSI3 b/sys/arch/sparc/conf/GENERIC_SCSI3 index 941cca9e464..33ce1b932b4 100644 --- a/sys/arch/sparc/conf/GENERIC_SCSI3 +++ b/sys/arch/sparc/conf/GENERIC_SCSI3 @@ -19,6 +19,8 @@ option SUN4M # sun4m - SS10, SS20, Classic, etc. # Options for SPARCstation hardware option RASTERCONSOLE # fast rasterop console +option COMPAT_SUNOS # compatibility with SunOS binaries +option COMPAT_SVR4 # compatibility with SVR4 binaries # Generic swap; second partition of root disk or network. config bsd swap generic |