Home | History | Annotate | Line # | Download | only in emips
Makefile revision 1.1.28.1
      1  1.1.28.1    martin #	$NetBSD: Makefile,v 1.1.28.1 2020/04/13 08:06:01 martin Exp $
      2       1.1  dholland #
      3       1.1  dholland # Makefile for emips
      4       1.1  dholland #
      5       1.1  dholland 
      6  1.1.28.1    martin .ifdef SMALLPROG
      7  1.1.28.1    martin NOPARTMAN=	yes
      8  1.1.28.1    martin NO_GPT=		yes
      9  1.1.28.1    martin .endif
     10  1.1.28.1    martin 
     11       1.1  dholland .include "../../Makefile.inc"
     12