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:
Peter Wemm 1999-11-18 04:31:31 +00:00
parent b4ee0d49a3
commit fb59bcdfa5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53327
3 changed files with 1 additions and 2845 deletions

View File

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

File diff suppressed because it is too large Load Diff