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