typos
This commit is contained in:
parent
0545f49f94
commit
7f006e6030
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.200 2016/12/27 08:56:00 flxd Exp $
|
||||
# $NetBSD: GENERIC,v 1.201 2017/08/04 09:33:03 maxv Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/vax/conf/std.vax"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.200 $"
|
||||
#ident "GENERIC-$Revision: 1.201 $"
|
||||
|
||||
# Here are all different supported CPU types listed.
|
||||
#options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800
|
||||
@ -149,7 +149,7 @@ options COMPAT_50 # NetBSD 5.0,
|
||||
options COMPAT_60 # NetBSD 6.0, and
|
||||
options COMPAT_70 # NetBSD 7.0 binary compatibility.
|
||||
options COMPAT_ULTRIX
|
||||
options COMPAT_IBCS2 # DEC SVR.3 compatilibity
|
||||
options COMPAT_IBCS2 # DEC SVR.3 compatibility
|
||||
#options NO_INSN_EMULATE # CPU does not lack some hardware instructions.
|
||||
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VAX780,v 1.21 2016/12/27 08:56:00 flxd Exp $
|
||||
# $NetBSD: VAX780,v 1.22 2017/08/04 09:33:03 maxv Exp $
|
||||
#
|
||||
# 11/780,750,730 machine description file
|
||||
#
|
||||
@ -131,7 +131,7 @@ options COMPAT_20 # NetBSD 2.0,
|
||||
options COMPAT_30 # NetBSD 3.0, and
|
||||
options COMPAT_40 # NetBSD 4.0 binary compatibility.
|
||||
options COMPAT_ULTRIX # DEC Ultrix binary compatibility.
|
||||
#options COMPAT_IBCS2 # DEC SVR.3 compatilibity
|
||||
#options COMPAT_IBCS2 # DEC SVR.3 compatibility
|
||||
#options NO_INSN_EMULATE # CPU does not lack some hardware instructions.
|
||||
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.60 2016/11/05 23:30:22 pgoyette Exp $
|
||||
# $NetBSD: Makefile,v 1.61 2017/08/04 09:33:03 maxv Exp $
|
||||
|
||||
LIB= compat
|
||||
NOPIC= # defined
|
||||
@ -11,7 +11,7 @@ CPPFLAGS= ${COMPATCPPFLAGS} ${SKIP_AUTODEP::=}
|
||||
# Common compatibility code, used by all emulations
|
||||
SRCS= compat_exec.c compat_util.c
|
||||
|
||||
# Include compatability code common to libcompat and the compat module
|
||||
# Include compatibility code common to libcompat and the compat module
|
||||
|
||||
.include "Makefile.sysio"
|
||||
.include "Makefile.sysv"
|
||||
|
Loading…
Reference in New Issue
Block a user