1#	$NetBSD: Makefile,v 1.2 2022/06/11 16:41:55 tsutsui Exp $
2#
3# Makefile for news68k
4#
5
6MD_OPTIONS=	AOUT2ELF
7
8LANGUAGES=	# no translations
9
10.ifdef SMALLPROG
11CHECK_ENTROPY=	no	# do not check entropy/offer adding
12NOPARTMAN=	yes
13NO_GPT=		yes
14NO_MBR=		yes
15NO_CLONES=	yes
16.endif
17
18.include "../../Makefile.inc"
19