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