1 1.2 tsutsui # $NetBSD: Makefile,v 1.2 2022/06/11 16:41:55 tsutsui Exp $ 2 1.1 dholland # 3 1.1 dholland # Makefile for luna68k 4 1.1 dholland # 5 1.1 dholland 6 1.1 dholland MD_OPTIONS= AOUT2ELF # Who will update from NetBSD/luna68k 1.5!? 7 1.1 dholland 8 1.1 dholland LANGUAGES= # won't bother to prepare translations 9 1.1 dholland 10 1.2 tsutsui .ifdef SMALLPROG 11 1.2 tsutsui CHECK_ENTROPY= no # do not check entropy/offer adding 12 1.2 tsutsui NOPARTMAN= yes 13 1.2 tsutsui NO_GPT= yes 14 1.2 tsutsui NO_MBR= yes 15 1.2 tsutsui NO_CLONES= yes 16 1.2 tsutsui .endif 17 1.2 tsutsui 18 1.1 dholland .include "../../Makefile.inc" 19