Module Name: src
Committed By: martin
Date: Wed Nov 13 18:58:09 UTC 2019
Modified Files:
src/usr.sbin/sysinst/arch/ews4800mips: Makefile
Log Message:
Drop MBR and cloning support on crunched install media.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/arch/ews4800mips/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/sysinst/arch/ews4800mips/Makefile
diff -u src/usr.sbin/sysinst/arch/ews4800mips/Makefile:1.2 src/usr.sbin/sysinst/arch/ews4800mips/Makefile:1.3
--- src/usr.sbin/sysinst/arch/ews4800mips/Makefile:1.2 Thu Jun 13 06:34:31 2019
+++ src/usr.sbin/sysinst/arch/ews4800mips/Makefile Wed Nov 13 18:58:09 2019
@@ -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"