xref: /netbsd-src/usr.sbin/sysinst/arch/atari/Makefile (revision e5d758f832e07a177fa24707c434b7ce26d0f762)
1#	$NetBSD: Makefile,v 1.5 2020/11/04 14:29:40 martin Exp $
2#
3# Makefile for atari
4#
5
6#MD_OPTIONS=	AOUT2ELF
7LANGUAGES=	en de
8
9CPPFLAGS+=	-DSUPPORT_8_3_SOURCE_FILESYSTEM
10
11.ifdef SMALLPROG
12CHECK_ENTROPY=	no	# do not check entropy/offer adding
13NOPARTMAN=	yes
14NO_GPT=		yes
15.endif
16
17.include "../../Makefile.inc"
18