summaryrefslogtreecommitdiffstats
path: root/release/picobsd/isp
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>1999-08-23 08:52:05 +0000
committerluigi <luigi@FreeBSD.org>1999-08-23 08:52:05 +0000
commite2e7549f11a95276c1b50045399a49611028e67e (patch)
treeaa6a59846ed395b25108893787f0c7a0ca3b3b3f /release/picobsd/isp
parent56742da8c9e0d2707e3275c658ecddaf61231c14 (diff)
downloadFreeBSD-src-e2e7549f11a95276c1b50045399a49611028e67e.zip
FreeBSD-src-e2e7549f11a95276c1b50045399a49611028e67e.tar.gz
More cleanup: move device entries in Picobsd makefiles in a more
accessible place.
Diffstat (limited to 'release/picobsd/isp')
-rw-r--r--release/picobsd/isp/Makefile.mfs9
1 files changed, 5 insertions, 4 deletions
diff --git a/release/picobsd/isp/Makefile.mfs b/release/picobsd/isp/Makefile.mfs
index e32b2e1..17438f2 100644
--- a/release/picobsd/isp/Makefile.mfs
+++ b/release/picobsd/isp/Makefile.mfs
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.4 1999/06/14 15:42:47 roger Exp $
+# $Id: Makefile.mfs,v 1.1 1999/08/22 21:43:32 dwhite Exp $
#
DESTDIR?=/mnt
@@ -7,6 +7,9 @@ DESTDIR?=/mnt
STAND_LINKS= bin sbin
USR_LINKS= bin sbin libexec
PL_LOCALE_LINKS= pl polish
+MY_DEVS= std tun2 vty10 fd0 wd0s1h pty0 \
+ cuaa0 cuaa1 cuaa2 cuaa3 cuaa4 \
+ cuaa5 cuaa6 cuaa7 cuaa8 cuaa9
all: tree links
@@ -34,9 +37,7 @@ links: tree
devnodes: tree
(cd ${DESTDIR}/dev; \
ln -s /dev/MAKEDEV; \
- ./MAKEDEV std tun2 vty10 fd0 wd0s1h pty0; \
- ./MAKEDEV cuaa0 cuaa1 cuaa2 cuaa3 cuaa4; \
- ./MAKEDEV cuaa5 cuaa6 cuaa7 cuaa8 cuaa9; \
+ ./MAKEDEV ${MY_DEVS} ; \
rm MAKEDEV)
clean:
OpenPOWER on IntegriCloud