Home | History | Annotate | Line # | Download | only in evbmips
Makefile revision 1.1.2.1
      1      1.1  shige #	$NetBSD: Makefile,v 1.1.2.1 2006/09/15 12:05:19 tron Exp $
      2      1.1  shige 
      3      1.1  shige .include <bsd.own.mk>
      4      1.1  shige .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5      1.1  shige 
      6  1.1.2.1   tron .if ${MACHINE_ARCH} == "mipsel"
      7      1.1  shige SUBDIR=		instkernel
      8  1.1.2.1   tron .endif
      9      1.1  shige TARGETS+=	release
     10      1.1  shige 
     11      1.1  shige .include <bsd.subdir.mk>
     12