diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-08-24 05:49:56 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-08-24 05:49:56 +0000 |
commit | 763e5cd2c65bd299bdb27da2ea748ac5efbc0ee7 (patch) | |
tree | 5f69c1db632a7b6cdb53ca9ebba74f5c58ea0ed9 /etc/etc.mvme68k/MAKEDEV | |
parent | 7565f2209633b168cf4513ee98b93d9ef80c0993 (diff) |
remove ksyms in std entry like other std things
Diffstat (limited to 'etc/etc.mvme68k/MAKEDEV')
-rw-r--r-- | etc/etc.mvme68k/MAKEDEV | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.mvme68k/MAKEDEV b/etc/etc.mvme68k/MAKEDEV index 86559264ff9..c2d891ddea3 100644 --- a/etc/etc.mvme68k/MAKEDEV +++ b/etc/etc.mvme68k/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.22 1998/08/24 05:29:59 millert Exp $ +# $OpenBSD: MAKEDEV,v 1.23 1998/08/24 05:49:54 millert Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -33,7 +33,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: MAKEDEV,v 1.22 1998/08/24 05:29:59 millert Exp $ +# $Id: MAKEDEV,v 1.23 1998/08/24 05:49:54 millert Exp $ # # Device "make" file. Valid arguments: # all makes all known devices, including local devices, @@ -103,7 +103,7 @@ all) std) rm -f console drum kmem mem null zero tty - rm -f klog stdin stdout stderr + rm -f klog stdin stdout stderr ksyms mknod console c 0 0 mknod drum c 3 0 ; chmod 640 drum ; chown root.kmem drum mknod kmem c 2 1 ; chmod 640 kmem ; chown root.kmem kmem |