blob: 3d5184cbe477e455ade937e9c43dd31cfefb9c94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $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>
|