summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-01-31 21:35:17 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-01-31 21:35:17 +0000
commit037bed75369504b6c823edaada77fe95ceba70e1 (patch)
treeb8abbffb3161f35b9646e44f7f29336778360406 /etc
parentcc93263feb88f7c7e25e7cab912425583a04143b (diff)
sync
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.sparc64/MAKEDEV9
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/etc.sparc64/MAKEDEV b/etc/etc.sparc64/MAKEDEV
index 686366adbdd..a936b8979dc 100644
--- a/etc/etc.sparc64/MAKEDEV
+++ b/etc/etc.sparc64/MAKEDEV
@@ -3,11 +3,11 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.11 2002/01/28 20:50:07 jason Exp
+# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.12 2002/01/31 21:34:56 jason Exp
# OpenBSD: MAKEDEV.mi,v 1.22 2002/01/23 08:09:30 todd Exp
# OpenBSD: MAKEDEV.sub,v 1.5 2002/01/23 06:02:19 todd Exp
#
-# $OpenBSD: MAKEDEV,v 1.45 2002/01/28 21:11:49 jason Exp $
+# $OpenBSD: MAKEDEV,v 1.46 2002/01/31 21:35:16 jason Exp $
#
# Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org>
# All rights reserved.
@@ -93,6 +93,7 @@
# spif* spif card (makes 8 tty and 1 bpp)
# bpp[jkl] spif parallel port device
# crypto hardware crypto access driver
+# uperf performance counters
PATH=/sbin:/usr/sbin:/bin:/usr/bin
T=$0
@@ -229,6 +230,10 @@ mouse*)name=${i##mouse-}
MKlist="$MKlist;ln -s $name mouse"
;;
+uperf)
+ M uperf c 25 0 664
+ ;;
+
crypto)
M crypto c 75 0
;;