Home | History | Annotate | Line # | Download | only in acorn32
      1  1.2    martin #	$NetBSD: Makefile,v 1.2 2019/06/13 06:34:30 martin Exp $
      2  1.1  dholland #
      3  1.1  dholland # Makefile for acorn32
      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 NOPARTMAN=	yes
     10  1.2    martin NO_GPT=		yes
     11  1.2    martin .endif
     12  1.2    martin 
     13  1.1  dholland .include "../../Makefile.inc"
     14