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