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