1 # $NetBSD: Makefile,v 1.2.16.1 2019/06/10 22:10:38 christos 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