|
|
@ -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 |
|
|
|