More cleanup: move device entries in Picobsd makefiles in a more

accessible place.
This commit is contained in:
luigi 1999-08-23 08:52:05 +00:00
parent adb9dd4931
commit fcbf1b7557
4 changed files with 16 additions and 12 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: