1 # $NetBSD: Makefile,v 1.2.14.1 2018/09/30 01:46:01 pgoyette 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 .endif 14 15 .include "../../Makefile.inc" 16