summaryrefslogtreecommitdiff
path: root/etc/etc.hppa/MAKEDEV.md
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2021-04-02 02:29:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2021-04-02 02:29:57 +0000
commitc8e85e00ace959a335533384b67064af367135ea (patch)
tree9830f0ba13de62d014228e2285454cf98e877362 /etc/etc.hppa/MAKEDEV.md
parentd285a2a9aef74333bfa3d252e56c1671db50e842 (diff)
don't put ptys onto the ramdisk media
from miod
Diffstat (limited to 'etc/etc.hppa/MAKEDEV.md')
-rw-r--r--etc/etc.hppa/MAKEDEV.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/etc.hppa/MAKEDEV.md b/etc/etc.hppa/MAKEDEV.md
index f0b0a966571..41546f4009c 100644
--- a/etc/etc.hppa/MAKEDEV.md
+++ b/etc/etc.hppa/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,hppa)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.66 2021/01/23 05:08:33 thfr Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.67 2021/04/02 02:29:54 deraadt Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -85,7 +85,7 @@ divert(__mddivert)dnl
dnl
ramdisk)
_recurse std fd st0 st1 sd0 sd1 sd2 sd3 rd0 random
- _recurse pty0 bpf bio diskmap
+ _recurse bpf bio diskmap
;;
_std(1, 2, 25, 6)
@@ -110,5 +110,3 @@ target(all, cd, 0, 1)dnl
target(all, sd, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl
target(all, vnd, 0, 1, 2, 3)dnl
target(all, switch, 0, 1, 2, 3)dnl
-target(ramd, pty, 0)dnl
-target(ramd, hil)dnl