NODEVFS cleanup: Don't ever install MAKEDEV anymore.

This commit is contained in:
Poul-Henning Kamp 2003-02-01 22:22:06 +00:00
parent d103a0422a
commit 3347cc5e11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110209

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 \