Home | History | Annotate | Line # | Download | only in atari
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 2019/06/12 06:20:18 martin Exp $
      2 #
      3 # Makefile for atari
      4 #
      5 
      6 #MD_OPTIONS=	AOUT2ELF
      7 LANGUAGES=	en de
      8 
      9 CPPFLAGS+=	-DSUPPORT_8_3_SOURCE_FILESYSTEM
     10 
     11 .ifdef SMALLPROG
     12 NOPARTMAN=	yes
     13 NO_GPT=		yes
     14 .endif
     15 
     16 .include "../../Makefile.inc"
     17