Home | History | Annotate | Line # | Download | only in atari
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 2026/07/12 20:07:45 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 CHECK_ENTROPY=	no	# do not check entropy/offer adding
     13 NOPARTMAN=	yes
     14 NO_GPT=		yes
     15 NO_DISKSIZE_CHECKS=	yes	# we only have disklabel, can't do large disks
     16 NO_MBR=		yes
     17 NO_CLONES=	yes
     18 .endif
     19 
     20 .include "../../Makefile.inc"
     21