aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-02-01 22:22:06 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-02-01 22:22:06 +0000
commit3347cc5e112cc78331ea914ff675c768a1a4dcc9 (patch)
treef127643ffa6f93070e0b0625a399e698e9a022b0 /etc/Makefile
parentd103a0422a11983e5a1dcce0873a5fa189eebd85 (diff)
downloadsrc-3347cc5e112cc78331ea914ff675c768a1a4dcc9.tar.gz
src-3347cc5e112cc78331ea914ff675c768a1a4dcc9.zip
NODEVFS cleanup: Don't ever install MAKEDEV anymore.
Notes
Notes: svn path=/head/; revision=110209
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 384333d5c833..3dc60ab37804 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -95,13 +95,6 @@ distribution:
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 \
dot.cshrc ${DESTDIR}/root/.cshrc; \