1#	$NetBSD: Makefile,v 1.2 2022/06/11 16:41:55 tsutsui Exp $
2#
3# Makefile for newsmips
4#
5
6.ifdef SMALLPROG
7CHECK_ENTROPY=	no	# do not check entropy/offer adding
8NOPARTMAN=	yes
9NO_GPT=		yes
10NO_MBR=		yes
11NO_CLONES=	yes
12.endif
13
14.include "../../Makefile.inc"
15