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