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