16 lines
307 B
Makefile
16 lines
307 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/06/18 06:25:43 nonaka Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
.if ${MACHINE_ARCH} == "sh3el"
|
|
SUBDIR= instkernel
|
|
.endif
|
|
SUBDIR+= cdroms
|
|
TARGETS+= release
|
|
|
|
iso_image:
|
|
${MAKEDIRTARGET} cdroms iso_image
|
|
|
|
.include <bsd.subdir.mk>
|