mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
NODEVFS cleanup: Don't ever install MAKEDEV anymore.
This commit is contained in:
parent
d103a0422a
commit
3347cc5e11
1 changed files with 0 additions and 7 deletions
|
|
@ -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 a new issue