Browse Source

populate /dev/fd/ like other archs in 'all)' target

OPENBSD_3_0
todd 23 years ago
parent
commit
60f1eafdaf
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      src/etc/etc.sparc/MAKEDEV
  2. +2
    -2
      src/etc/etc.sun3/MAKEDEV

+ 2
- 2
src/etc/etc.sparc/MAKEDEV View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $OpenBSD: MAKEDEV,v 1.69 2001/06/28 02:58:56 kjc Exp $
# $OpenBSD: MAKEDEV,v 1.70 2001/09/06 19:45:34 todd Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -196,7 +196,7 @@ unit=`unt $i`
case $i in
all)
sh $this std sd0 sd1 sd2 sd3 sd4 xd0 xd1 xd2 xd3 xy0 xy1 xy2 xy3
sh $this std fd sd0 sd1 sd2 sd3 sd4 xd0 xd1 xd2 xd3 xy0 xy1 xy2 xy3
sh $this cd0 st0 st1 rd0
sh $this fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H
sh $this uk0 uk1


+ 2
- 2
src/etc/etc.sun3/MAKEDEV View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $OpenBSD: MAKEDEV,v 1.37 2001/06/28 02:58:57 kjc Exp $
# $OpenBSD: MAKEDEV,v 1.38 2001/09/06 19:45:34 todd Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -180,7 +180,7 @@ unit=`unt $i`
case $i in
all)
sh $this std sd0 sd1 sd2 sd3 sd4 xd0 xd1 xd2 xd3 xy0 xy1 xy2 xy3
sh $this std fd sd0 sd1 sd2 sd3 sd4 xd0 xd1 xd2 xd3 xy0 xy1 xy2 xy3
sh $this cd0 st0 st1 rd0
sh $this uk0 uk1
sh $this ss0 ss1


Loading…
Cancel
Save