diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-02-01 22:22:06 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-02-01 22:22:06 +0000 |
| commit | 3347cc5e112cc78331ea914ff675c768a1a4dcc9 (patch) | |
| tree | f127643ffa6f93070e0b0625a399e698e9a022b0 | |
| parent | d103a0422a11983e5a1dcce0873a5fa189eebd85 (diff) | |
Notes
| -rw-r--r-- | etc/Makefile | 7 |
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; \ |
