Browse Source

sync

OPENBSD_3_1
deraadt 22 years ago
parent
commit
5cd95e8f4c
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      src/etc/etc.sparc64/MAKEDEV

+ 4
- 3
src/etc/etc.sparc64/MAKEDEV View File

@ -3,11 +3,11 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.15 2002/02/09 16:59:50 deraadt Exp
# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.16 2002/02/10 21:55:53 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.26 2002/02/10 21:52:30 deraadt Exp
# OpenBSD: MAKEDEV.sub,v 1.5 2002/01/23 06:02:19 todd Exp
#
# $OpenBSD: MAKEDEV,v 1.50 2002/02/10 21:53:03 deraadt Exp $
# $OpenBSD: MAKEDEV,v 1.51 2002/02/10 21:56:04 deraadt Exp $
#
# Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org>
# All rights reserved.
@ -231,7 +231,8 @@ std)
M openprom c 70 0 644
;;
mouse*)name=${i##mouse-}
mouse*)
name=${i##mouse-}
if [ ! -c $name ]; then
$0 $name # make the appropriate device
fi


Loading…
Cancel
Save