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