summaryrefslogtreecommitdiffstats
path: root/release/picobsd/dial
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>1998-09-22 15:41:05 +0000
committerabial <abial@FreeBSD.org>1998-09-22 15:41:05 +0000
commitcefa8649340b60d26d71d6a65460edea32e47148 (patch)
tree8a62005ab375f5daaf187c234a4552622b4bd8b9 /release/picobsd/dial
parent1f1f8a83caa9157e080db120bea23d658f4d40e0 (diff)
downloadFreeBSD-src-cefa8649340b60d26d71d6a65460edea32e47148.zip
FreeBSD-src-cefa8649340b60d26d71d6a65460edea32e47148.tar.gz
Add some more disk device nodes.
Diffstat (limited to 'release/picobsd/dial')
-rw-r--r--release/picobsd/dial/mfs.tree/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/picobsd/dial/mfs.tree/Makefile b/release/picobsd/dial/mfs.tree/Makefile
index 2674d33..9c9ca2e 100644
--- a/release/picobsd/dial/mfs.tree/Makefile
+++ b/release/picobsd/dial/mfs.tree/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.2 1998/08/31 13:39:01 abial Exp $
+# $Id: Makefile,v 1.3 1998/09/20 00:46:24 abial Exp $
#
DESTDIR?=/mnt
@@ -62,6 +62,7 @@ links: tree
# We don't do it under 'all' because it's needed only on non-DEVFS systems
devnodes: tree
(cd ${DESTDIR}/dev; \
- /dev/MAKEDEV std tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 wd0s1h pty0)
+ /dev/MAKEDEV std sysmouse tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 pty0; \
+ /dev/MAKEDEV wd0s1h wd0s2 wd0s3 wd0s4 wd1s1h wd1s2 wd1s3 wd1s4)
clean:
OpenPOWER on IntegriCloud