summaryrefslogtreecommitdiffstats
path: root/release/picobsd/dial
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>1999-05-05 08:37:46 +0000
committerabial <abial@FreeBSD.org>1999-05-05 08:37:46 +0000
commita56a225db698c8b1e1075e986315c7b0c473dae9 (patch)
treeccee85a6716b6834e213aee6d6f253eb78610f2d /release/picobsd/dial
parentfd47563fe449bc68eedf485677029899cbb99171 (diff)
downloadFreeBSD-src-a56a225db698c8b1e1075e986315c7b0c473dae9.zip
FreeBSD-src-a56a225db698c8b1e1075e986315c7b0c473dae9.tar.gz
Deal with MAKEDEV's braindedness.
Submitted by: Patrick Powell <papowell@astart4.astart.com> Reviewed by: abial
Diffstat (limited to 'release/picobsd/dial')
-rw-r--r--release/picobsd/dial/mfs.tree/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/release/picobsd/dial/mfs.tree/Makefile b/release/picobsd/dial/mfs.tree/Makefile
index 44f3b75..8a2d9f8 100644
--- a/release/picobsd/dial/mfs.tree/Makefile
+++ b/release/picobsd/dial/mfs.tree/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.4 1998/09/22 15:41:05 abial Exp $
+# $Id: Makefile,v 1.5 1998/10/28 16:26:29 abial Exp $
#
DESTDIR?=/mnt
@@ -62,8 +62,10 @@ 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 sysmouse tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 pty0; \
- /dev/MAKEDEV psm0; \
- /dev/MAKEDEV wd0s1h wd0s2 wd0s3 wd0s4 wd1s1h wd1s2 wd1s3 wd1s4)
+ ln -s /dev/MAKEDEV; \
+ ./MAKEDEV std sysmouse tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 pty0; \
+ ./MAKEDEV psm0; \
+ ./MAKEDEV wd0s1h wd0s2 wd0s3 wd0s4 wd1s1h wd1s2 wd1s3 wd1s4; \
+ rm MAKEDEV)
clean:
OpenPOWER on IntegriCloud