Add news68k

This commit is contained in:
itohy 1999-12-10 06:04:01 +00:00
parent 192f4042b9
commit a5f38cc443
3 changed files with 6 additions and 2 deletions

View File

@ -17,6 +17,7 @@ port-mac68k
port-macppc
port-mips
port-mvme68k
port-news68k
port-newsmips
port-next68k
port-ofppc

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: SVR4_MAKEDEV,v 1.6 1999/04/19 21:47:49 kleink Exp $
# $NetBSD: SVR4_MAKEDEV,v 1.7 1999/12/10 06:04:01 itohy Exp $
#
# Copyright (c) 1995 Christos Zoulas
# All rights reserved.
@ -53,6 +53,7 @@ i386) major=43;;
mac68k) major=44;;
mvme68k) major=38;;
next68k) major=44;;
news68k) major=75;;
sparc) major=43;;
sun3) major=83;;
x68k) major=42;;
@ -160,6 +161,7 @@ wabi)
next68k)
x68k)
mknod $i c 2 2;; # /dev/null
news68k)
sparc)
sun3)
mknod $i c 3 2;; # /dev/null

View File

@ -1,4 +1,4 @@
.\" $NetBSD: doc-common,v 1.33 1999/12/08 01:57:37 simonb Exp $
.\" $NetBSD: doc-common,v 1.34 1999/12/10 06:04:01 itohy Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -166,6 +166,7 @@
. if "\\$3"mips" .as vT /\\$3\
. if "\\$3"mmeye" .as vT /\\$3\
. if "\\$3"mvme68k" .as vT /\\$3\
. if "\\$3"news68k" .as vT /\\$3\
. if "\\$3"newsmips" .as vT /\\$3\
. if "\\$3"next68k" .as vT /\\$3\
. if "\\$3"ofppc" .as vT /\\$3\