diff --git a/etc/Makefile b/etc/Makefile index 384333d5c833..3dc60ab37804 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -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 \