diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 1999-08-23 08:52:05 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 1999-08-23 08:52:05 +0000 |
| commit | 5349eb69a5109f50b4caab186fe27f5cd6bcadb2 (patch) | |
| tree | b09a222ec4199fd9706b8a171bcea86c6fc73f26 | |
| parent | 0b86462de0c644cb67c60ddb862aeccf6222ac45 (diff) | |
Notes
| -rw-r--r-- | release/picobsd/dial/Makefile.mfs | 9 | ||||
| -rw-r--r-- | release/picobsd/isp/Makefile.mfs | 9 | ||||
| -rw-r--r-- | release/picobsd/net/Makefile.mfs | 5 | ||||
| -rw-r--r-- | release/picobsd/router/Makefile.mfs | 5 |
4 files changed, 16 insertions, 12 deletions
diff --git a/release/picobsd/dial/Makefile.mfs b/release/picobsd/dial/Makefile.mfs index 790c95b1698d..f81fc92df855 100644 --- a/release/picobsd/dial/Makefile.mfs +++ b/release/picobsd/dial/Makefile.mfs @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.7 1999/06/14 15:41:33 roger Exp $ +# $Id: Makefile.mfs,v 1.1 1999/08/22 21:42:35 dwhite Exp $ # DESTDIR?=/mnt @@ -8,6 +8,9 @@ STAND_LINKS= bin sbin USR_LINKS= bin sbin libexec PL_LOCALE_LINKS= pl polish US_LOCALE_LINKS= en english +MY_DEVS= std sysmouse tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 pty0 \ + psm0 \ + wd0s1h wd0s2 wd0s3 wd0s4 wd1s1h wd1s2 wd1s3 wd1s4 .if ${LANGUAGE} == pl LOCALE= pl_PL.ISO_8859-2 @@ -63,9 +66,7 @@ links: tree devnodes: tree (cd ${DESTDIR}/dev; \ 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 ;\ + ./MAKEDEV ${MY_DEVS} ; \ rm MAKEDEV) clean: diff --git a/release/picobsd/isp/Makefile.mfs b/release/picobsd/isp/Makefile.mfs index e32b2e1db19c..17438f280217 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: diff --git a/release/picobsd/net/Makefile.mfs b/release/picobsd/net/Makefile.mfs index 60a84dd81372..da778428b41c 100644 --- a/release/picobsd/net/Makefile.mfs +++ b/release/picobsd/net/Makefile.mfs @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.3 1999/05/05 08:37:43 abial Exp $ +# $Id: Makefile.mfs,v 1.1 1999/08/22 21:44:16 dwhite Exp $ # DESTDIR?=/mnt @@ -7,6 +7,7 @@ DESTDIR?=/mnt STAND_LINKS= bin sbin USR_LINKS= bin sbin libexec PL_LOCALE_LINKS= pl polish +MY_DEVS= std tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 wd0s1h pty0 all: tree links @@ -34,7 +35,7 @@ links: tree devnodes: tree (cd ${DESTDIR}/dev; \ ln -s /dev/MAKEDEV; \ - ./MAKEDEV std tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 wd0s1h pty0; \ + ./MAKEDEV ${MY_DEVS}; \ rm MAKEDEV) clean: diff --git a/release/picobsd/router/Makefile.mfs b/release/picobsd/router/Makefile.mfs index 346c7df0030b..8413893fb365 100644 --- a/release/picobsd/router/Makefile.mfs +++ b/release/picobsd/router/Makefile.mfs @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.4 1999/06/14 15:45:56 roger Exp $ +# $Id: Makefile.mfs,v 1.1 1999/08/22 21:44:42 dwhite Exp $ # DESTDIR?=/mnt @@ -7,6 +7,7 @@ DESTDIR?=/mnt STAND_LINKS= bin sbin USR_LINKS= bin sbin libexec PL_LOCALE_LINKS= pl polish +MY_DEVS= std tun2 vty3 fd0 pty0 cuaa0 cuaa1 cuaa2 all: tree links @@ -34,7 +35,7 @@ links: tree devnodes: tree (cd ${DESTDIR}/dev; \ ln -s /dev/MAKEDEV; \ - ./MAKEDEV std tun2 vty3 fd0 pty0 cuaa0 cuaa1 cuaa2; \ + ./MAKEDEV ${MY_DEVS} ; \ rm MAKEDEV) clean: |
