|
@ -1,5 +1,18 @@ |
|
|
vers(a, {-$OpenBSD: MAKEDEV.common,v 1.23 2005/12/27 19:02:42 miod Exp $-})dnl |
|
|
|
|
|
divert(1)dnl |
|
|
|
|
|
|
|
|
vers(a, {-$OpenBSD: MAKEDEV.common,v 1.24 2006/04/15 18:17:11 todd Exp $-})dnl |
|
|
|
|
|
dnl |
|
|
|
|
|
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> |
|
|
|
|
|
dnl |
|
|
|
|
|
dnl Permission to use, copy, modify, and distribute this software for any |
|
|
|
|
|
dnl purpose with or without fee is hereby granted, provided that the above |
|
|
|
|
|
dnl copyright notice and this permission notice appear in all copies. |
|
|
|
|
|
dnl |
|
|
|
|
|
dnl THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
|
|
|
|
|
dnl WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
|
|
|
|
|
dnl MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
|
|
|
|
|
dnl ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
|
|
|
|
|
dnl WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
|
|
|
|
|
dnl ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
|
|
|
|
|
dnl OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|
|
dnl |
|
|
dnl |
|
|
dnl Common device definitions. |
|
|
dnl Common device definitions. |
|
|
dnl |
|
|
dnl |
|
@ -108,6 +121,7 @@ dnl |
|
|
dnl Note: not all disks are generated in 'all)'. (e.g. vax has a lot of |
|
|
dnl Note: not all disks are generated in 'all)'. (e.g. vax has a lot of |
|
|
dnl disks that are not generated by 'all)') |
|
|
dnl disks that are not generated by 'all)') |
|
|
dnl |
|
|
dnl |
|
|
|
|
|
divert(1)dnl |
|
|
target(all, mcd, 0)dnl |
|
|
target(all, mcd, 0)dnl |
|
|
twrget(all, fdesc, fd)dnl |
|
|
twrget(all, fdesc, fd)dnl |
|
|
target(all, st, 0, 1)dnl |
|
|
target(all, st, 0, 1)dnl |
|
|