Home | History | Annotate | Line # | Download | only in mac68k
Makefile revision 1.2
      1  1.2    martin #	$NetBSD: Makefile,v 1.2 2019/06/12 06:20:21 martin Exp $
      2  1.1  dholland #
      3  1.1  dholland # Makefile for mac68k
      4  1.1  dholland #
      5  1.1  dholland 
      6  1.1  dholland MD_OPTIONS=	AOUT2ELF
      7  1.1  dholland NODISKLABEL=	yes
      8  1.1  dholland LANGUAGES=	en pl de
      9  1.1  dholland 
     10  1.2    martin .ifdef SMALLPROG
     11  1.2    martin NOPARTMAN=	yes
     12  1.2    martin NO_GPT=		yes
     13  1.2    martin NO_MBR=		yes
     14  1.2    martin .endif
     15  1.2    martin 
     16  1.1  dholland .include "../../Makefile.inc"
     17