summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>1998-10-28 16:26:29 +0000
committerabial <abial@FreeBSD.org>1998-10-28 16:26:29 +0000
commite1193039210d3f3b9d61aa2a2171dc23c706804a (patch)
tree866efa0fa6707498fb1b1d4c966521ee5568de9f /release
parent5c614b11dd684bf500f7e613fcb0b97560c26953 (diff)
downloadFreeBSD-src-e1193039210d3f3b9d61aa2a2171dc23c706804a.zip
FreeBSD-src-e1193039210d3f3b9d61aa2a2171dc23c706804a.tar.gz
Add missing psm0 dev entry.
Submitted by: Eric P. Scott <eps@sirius.com>
Diffstat (limited to 'release')
-rw-r--r--release/picobsd/dial/mfs.tree/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/picobsd/dial/mfs.tree/Makefile b/release/picobsd/dial/mfs.tree/Makefile
index 9c9ca2e..44f3b75 100644
--- a/release/picobsd/dial/mfs.tree/Makefile
+++ b/release/picobsd/dial/mfs.tree/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.3 1998/09/20 00:46:24 abial Exp $
+# $Id: Makefile,v 1.4 1998/09/22 15:41:05 abial Exp $
#
DESTDIR?=/mnt
@@ -63,6 +63,7 @@ links: tree
devnodes: tree
(cd ${DESTDIR}/dev; \
/dev/MAKEDEV std sysmouse tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 pty0; \
+ /dev/MAKEDEV psm0; \
/dev/MAKEDEV wd0s1h wd0s2 wd0s3 wd0s4 wd1s1h wd1s2 wd1s3 wd1s4)
clean:
OpenPOWER on IntegriCloud