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" 7SUBDIR= instkernel 8.endif 9TARGETS+= release 10 11.include <bsd.subdir.mk> 12