mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
NODEVFS cleanup: Don't ever install MAKEDEV anymore.
This commit is contained in:
parent
d103a0422a
commit
3347cc5e11
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110209
@ -94,13 +94,6 @@ distribution:
|
||||
.endif
|
||||
cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
|
||||
${SSL} ${DESTDIR}/etc/ssl
|
||||
.endif
|
||||
.if defined(MAKEDEV_INSTALL)
|
||||
cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 555 \
|
||||
MAKEDEV.local MAKEDEV ${DESTDIR}/dev
|
||||
.if defined(MAKEDEV_RUN)
|
||||
cd ${DESTDIR}/dev; sh MAKEDEV all
|
||||
.endif
|
||||
.endif
|
||||
cd ${.CURDIR}/root; \
|
||||
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
|
||||
|
Loading…
Reference in New Issue
Block a user