Browse Source

/dev/crypto

OPENBSD_3_1
jason 22 years ago
parent
commit
0d7f6dba35
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      src/etc/etc.macppc/MAKEDEV

+ 7
- 1
src/etc/etc.macppc/MAKEDEV View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $OpenBSD: MAKEDEV,v 1.3 2001/11/06 23:46:05 drahn Exp $
# $OpenBSD: MAKEDEV,v 1.4 2001/12/12 19:20:16 jason Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -169,6 +169,7 @@ all)
sh $this usbs
sh $this iop0 iop1
sh $this apm
sh $this crypto
sh $this local
;;
@ -467,6 +468,11 @@ audio*)
[ -e audioctl ] || ln -s $audioctl audioctl
;;
crypto)
rm -f crypto
mknod crypto c 47 0 ; chmod 666 crypto
;;
apm*)
rm -f apm apmctl
mknod apm c 25 0


Loading…
Cancel
Save