Use a common MAKEDEV between the Alpha and i386 - the only differences
of significance were due to the Alpha version going stale. We use common device numbering for devices. Hopefully, this file's days are numbered.
This commit is contained in:
parent
b4ee0d49a3
commit
fb59bcdfa5
@ -62,7 +62,7 @@ distribution:
|
||||
( cd ${.CURDIR}/isdn; ${MAKE} install );\
|
||||
pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
|
||||
MAKEDEV.local etc.${MACHINE_ARCH}/MAKEDEV ${DESTDIR}/dev )
|
||||
MAKEDEV.local MAKEDEV ${DESTDIR}/dev )
|
||||
(cd ${DESTDIR}/dev; sh MAKEDEV all) ;
|
||||
(cd ${.CURDIR}/root; \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.cshrc \
|
||||
|
File diff suppressed because it is too large
Load Diff
1442
etc/etc.i386/MAKEDEV
1442
etc/etc.i386/MAKEDEV
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user