Home | History | Annotate | Line # | Download | only in mipsco
Makefile revision 1.2
      1  1.2    martin #	$NetBSD: Makefile,v 1.2 2021/10/09 08:21:03 martin Exp $
      2  1.1  dholland #
      3  1.1  dholland # Makefile for mipsco
      4  1.1  dholland #
      5  1.1  dholland 
      6  1.2    martin .ifdef SMALLPROG
      7  1.2    martin NOPARTMAN=	yes
      8  1.2    martin NO_CLONES=	yes
      9  1.2    martin .endif
     10  1.2    martin 
     11  1.1  dholland .include "../../Makefile.inc"
     12