projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a594b6
)
The reappearance of make dev
author
David Schleef
<ds@schleef.org>
Thu, 7 Sep 2000 17:34:50 +0000
(17:34 +0000)
committer
David Schleef
<ds@schleef.org>
Thu, 7 Sep 2000 17:34:50 +0000
(17:34 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 50e2b181cd9360ee7175536b5436779493243651..7e13789ef20a2c25088b44c38e7f1b4857f41a86 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-10,3
+10,9
@@
SUBDIRS := comedi
include ./Makefile.modbuild
+dev:
+ mknod -m=666 /dev/comedi0 c 98 0
+ mknod -m=666 /dev/comedi1 c 98 0
+ mknod -m=666 /dev/comedi2 c 98 0
+ mknod -m=666 /dev/comedi3 c 98 0
+