diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2004-01-12 23:32:25 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2004-01-12 23:32:25 +0000 |
commit | 4d7446285eea81c96149043ae59def00c10c46b5 (patch) | |
tree | c95a34c3a5d12c3c6c7eec212402707403379d50 /etc | |
parent | e908581166b6e24903a1c161ffa2d8e8e4dc9b15 (diff) |
catch pegasos up with the rest; ok deraadt
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 3 | ||||
-rw-r--r-- | etc/etc.pegasos/MAKEDEV.md | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index da2344f3d53..d782aad4c3a 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.190 2004/01/12 22:31:34 todd Exp $ +# $OpenBSD: Makefile,v 1.191 2004/01/12 23:32:24 todd Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -335,6 +335,7 @@ MAKEDEVARCHS+= macppc MAKEDEVARCHS+= mvme68k MAKEDEVARCHS+= mvme88k #MAKEDEVARCHS+= mvmeppc +MAKEDEVARCHS+= pegasos MAKEDEVARCHS+= sparc MAKEDEVARCHS+= sparc64 #MAKEDEVARCHS+= vax diff --git a/etc/etc.pegasos/MAKEDEV.md b/etc/etc.pegasos/MAKEDEV.md index 316be46ecda..4d6c942b734 100644 --- a/etc/etc.pegasos/MAKEDEV.md +++ b/etc/etc.pegasos/MAKEDEV.md @@ -1,5 +1,5 @@ vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.1 2003/10/31 03:56:54 drahn Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.2 2004/01/12 23:32:24 todd Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org> @@ -60,7 +60,7 @@ _DEV(uhid, 62) _DEV(ugen, 63) _DEV(ulpt, 64) _DEV(urio, 65) -_DEV(utty, 66) +_DEV(ttyU, 66) _DEV(uscan, 74) _TITLE(spec) _DEV(au, 44) |