summaryrefslogtreecommitdiffstats
path: root/release/picobsd/isp
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/isp
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/isp')
-rw-r--r--release/picobsd/isp/mfs.tree/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/release/picobsd/isp/mfs.tree/Makefile b/release/picobsd/isp/mfs.tree/Makefile
index a7c4d84..40bffa4 100644
--- a/release/picobsd/isp/mfs.tree/Makefile
+++ b/release/picobsd/isp/mfs.tree/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
+# $Id: Makefile,v 1.2 1998/09/20 00:46:25 abial Exp $
#
DESTDIR?=/mnt
@@ -33,6 +33,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 tun2 vty10 fd0 wd0s1h pty0; \
- /dev/MAKEDEV cuaa0 cuaa1 cuaa2 cuaa3 cuaa4; \
- /dev/MAKEDEV cuaa5 cuaa6 cuaa7 cuaa8 cuaa9)
+ ln -s /dev/MAKEDEV; \
+ ./MAKEDEV std tun2 vty10 fd0 wd0s1h pty0; \
+ ./MAKEDEV cuaa0 cuaa1 cuaa2 cuaa3 cuaa4; \
+ ./MAKEDEV cuaa5 cuaa6 cuaa7 cuaa8 cuaa9; \
+ rm MAKEDEV)
+
+clean:
OpenPOWER on IntegriCloud