Browse Source

enable /dev/xfs0 creation like other archs in the 'all' mode

yes, I know, afs on vax, who would want this?
OPENBSD_4_5
todd 16 years ago
parent
commit
cc78d6ff52
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.vax/MAKEDEV.md

+ 2
- 2
src/etc/etc.vax/MAKEDEV.md View File

@ -1,6 +1,6 @@
define(MACHINE,vax)dnl
vers(__file__,
{-$OpenBSD: MAKEDEV.md,v 1.34 2008/06/14 23:09:06 todd Exp $-},
{-$OpenBSD: MAKEDEV.md,v 1.35 2008/09/24 17:38:04 todd Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@ -205,7 +205,7 @@ dnl
dnl target(all, ut, 0)dnl
dnl target(all, ch, 0)dnl
target(all, ss, 0)dnl
dnl target(all, xfs, 0)dnl
target(all, xfs, 0)dnl
target(all, pty, 0)dnl
target(all, bpf, 0, 1, 2, 3, 4, 5, 6, 7)dnl
target(all, bio)dnl


Loading…
Cancel
Save