Drop MBR and cloning support on crunched install media.

This commit is contained in:
martin 2019-11-13 18:58:09 +00:00
parent 485d530922
commit be173c6428
1 changed files with 3 additions and 1 deletions

View File

@ -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"