Home | History | Annotate | Line # | Download | only in evbsh3
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2010/04/06 15:54:31 nonaka Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5 
      6 .if ${MACHINE_ARCH} == "sh3el"
      7 SUBDIR=		instkernel
      8 .endif
      9 TARGETS+=	release
     10 
     11 .include <bsd.subdir.mk>
     12