From be173c642815503de3396f26ff9291571dfe414d Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 13 Nov 2019 18:58:09 +0000 Subject: [PATCH] Drop MBR and cloning support on crunched install media. --- usr.sbin/sysinst/arch/ews4800mips/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.sbin/sysinst/arch/ews4800mips/Makefile b/usr.sbin/sysinst/arch/ews4800mips/Makefile index ec2a06ef4b34..1f30509b53f6 100644 --- a/usr.sbin/sysinst/arch/ews4800mips/Makefile +++ b/usr.sbin/sysinst/arch/ews4800mips/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/06/13 06:34:31 martin Exp $ +# $NetBSD: Makefile,v 1.3 2019/11/13 18:58:09 martin Exp $ # # Makefile for ews4800mips # @@ -8,6 +8,8 @@ LANGUAGES= # no translations .ifdef SMALLPROG NOPARTMAN= yes NO_GPT= yes +NO_MBR= yes +NO_CLONES= yes .endif .include "../../Makefile.inc"