Home | History | Annotate | Line # | Download | only in acorn32
      1 #	$NetBSD: Makefile,v 1.2 2019/06/13 06:34:30 martin Exp $
      2 #
      3 # Makefile for acorn32
      4 #
      5 
      6 MD_OPTIONS=	AOUT2ELF
      7 
      8 .ifdef SMALLPROG
      9 NOPARTMAN=	yes
     10 NO_GPT=		yes
     11 .endif
     12 
     13 .include "../../Makefile.inc"
     14