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