Home | History | Annotate | Line # | Download | only in atari
Makefile revision 1.6
      1  1.6   tsutsui #	$NetBSD: Makefile,v 1.6 2022/06/11 16:41:55 tsutsui Exp $
      2  1.1  dholland #
      3  1.1  dholland # Makefile for atari
      4  1.1  dholland #
      5  1.1  dholland 
      6  1.2   tsutsui #MD_OPTIONS=	AOUT2ELF
      7  1.1  dholland LANGUAGES=	en de
      8  1.1  dholland 
      9  1.1  dholland CPPFLAGS+=	-DSUPPORT_8_3_SOURCE_FILESYSTEM
     10  1.1  dholland 
     11  1.3       rin .ifdef SMALLPROG
     12  1.5    martin CHECK_ENTROPY=	no	# do not check entropy/offer adding
     13  1.3       rin NOPARTMAN=	yes
     14  1.4    martin NO_GPT=		yes
     15  1.6   tsutsui NO_MBR=		yes
     16  1.6   tsutsui NO_CLONES=	yes
     17  1.3       rin .endif
     18  1.3       rin 
     19  1.1  dholland .include "../../Makefile.inc"
     20