Home | History | Annotate | Line # | Download | only in mac68k
      1 #	$NetBSD: Makefile,v 1.4 2023/06/03 21:33:25 lukem 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 COPTS.md.c=	${CC_WNO_STRINGOP_TRUNCATION}
     17 
     18 .include "../../Makefile.inc"
     19