summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-09-30 07:33:42 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-09-30 07:33:42 +0000
commit2a0f9fb71cbb2ac1ec703fdcd65a23ef3fb10abd (patch)
tree2ebc75b210a011eb91bacf8f57706f20d499e1b6 /etc/MAKEDEV
parentd66cc2a40a616874875448c7e650f32d767447aa (diff)
downloadFreeBSD-src-2a0f9fb71cbb2ac1ec703fdcd65a23ef3fb10abd.zip
FreeBSD-src-2a0f9fb71cbb2ac1ec703fdcd65a23ef3fb10abd.tar.gz
You must rm -f lkm before attempting to create it.
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 95d21ee..8ad6195 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -69,7 +69,7 @@
# snd* various sound cards
# pcaudio PCM audio driver
#
-# $Id: MAKEDEV,v 1.39 1994/09/07 21:35:52 phk Exp $
+# $Id: MAKEDEV,v 1.40 1994/09/23 19:17:27 wollman Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -89,6 +89,7 @@ all)
;;
std)
rm -f console drum mem kmem null zero io tty klog stdin stdout stderr
+ rm -f lkm
mknod console c 0 0; chmod 600 console; chown root.wheel console
mknod drum c 4 0; chmod 640 drum; chown root.kmem drum
mknod kmem c 2 1; chmod 640 kmem; chown root.kmem kmem
OpenPOWER on IntegriCloud