NODEVFS cleanup: Don't ever install MAKEDEV anymore.

This commit is contained in:
phk 2003-02-01 22:22:06 +00:00
parent 63f9efd4bd
commit f4dd60325f

View File

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