diff options
| author | Roger Hardiman <roger@FreeBSD.org> | 1999-08-28 06:52:43 +0000 |
|---|---|---|
| committer | Roger Hardiman <roger@FreeBSD.org> | 1999-08-28 06:52:43 +0000 |
| commit | 14b171c81ea5bd8a45f5ba7c0e9e77b83cfe0fd6 (patch) | |
| tree | b3a3e5935308950f7405a6f3373fc06e23656783 /release | |
| parent | 206fbbb74f85b9e610539f64668eae8aa31d1611 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/picobsd/dial/Makefile.mfs | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/release/picobsd/dial/Makefile.mfs b/release/picobsd/dial/Makefile.mfs index 98a79b3bf9eb..0041740d79d1 100644 --- a/release/picobsd/dial/Makefile.mfs +++ b/release/picobsd/dial/Makefile.mfs @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.5.2.1 1999/05/09 22:03:54 abial Exp $ +# $FreeBSD$ # 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: |
