1 # $NetBSD: Makefile,v 1.2 2011/06/18 06:25:43 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 SUBDIR+= cdroms 10 TARGETS+= release 11 12 iso_image: 13 ${MAKEDIRTARGET} cdroms iso_image 14 15 .include <bsd.subdir.mk> 16