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