Disable some installer options to shrink the ramdisk image

This commit is contained in:
martin 2021-10-09 08:21:03 +00:00
parent 2c176dfd77
commit 2a566a5853
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
# $NetBSD: Makefile,v 1.1 2014/07/26 19:30:46 dholland Exp $
# $NetBSD: Makefile,v 1.2 2021/10/09 08:21:03 martin Exp $
#
# Makefile for mipsco
#
.ifdef SMALLPROG
NOPARTMAN= yes
NO_CLONES= yes
.endif
.include "../../Makefile.inc"