diff options
| author | abs <abs@NetBSD.org> | 2010-03-10 23:13:09 +0000 |
|---|---|---|
| committer | abs <abs@NetBSD.org> | 2010-03-10 23:13:09 +0000 |
| commit | 6c6ab6a9953872d322b7eeca88b1902312a6588b (patch) | |
| tree | 9f7a2de07b9e1a19026a0b127e4f063d4107085b /rescue | |
| parent | 7d503fdf8d95096bb1cc317f47be7779fdeb78a0 (diff) | |
Relegate edlabel to use in extremely memory constrained install
ramdisks and prefer disklabel elsewhere.
Based on discussion on affected port lists (port-sparc port-sparc64
port-sun3 port-sun2 port-atari port-mvme68k).
All listed ports plus amd64 test built after change
Diffstat (limited to 'rescue')
| -rw-r--r-- | rescue/Makefile | 4 | ||||
| -rw-r--r-- | rescue/list.edlabel | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/rescue/Makefile b/rescue/Makefile index c26bd01ceaa..c857ee5cb42 100644 --- a/rescue/Makefile +++ b/rescue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2010/02/13 11:21:55 roy Exp $ +# $NetBSD: Makefile,v 1.27 2010/03/10 23:13:10 abs Exp $ .include <bsd.own.mk> .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" @@ -19,7 +19,7 @@ LISTS= ${.CURDIR}/list TARGETDIR= ${DESTDIR}/rescue PARSELISTENV+= TARGETDIR=${TARGETDIR:Q} -.for f in edlabel ldconfig pdisk +.for f in ldconfig pdisk PROG_${f}!= cd ${NETBSDSRCDIR}/sbin/${f} && ${MAKE} -V PROG .if (${PROG_${f}} != "") LISTS+= ${.CURDIR}/list.${f} diff --git a/rescue/list.edlabel b/rescue/list.edlabel deleted file mode 100644 index 80508e7573f..00000000000 --- a/rescue/list.edlabel +++ /dev/null @@ -1,3 +0,0 @@ -# $NetBSD: list.edlabel,v 1.1 2002/08/22 01:23:46 lukem Exp $ - -PROG edlabel |
