12 lines
244 B
Makefile
12 lines
244 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2010/04/06 15:54:31 nonaka Exp $
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||
|
|
||
|
.if ${MACHINE_ARCH} == "sh3el"
|
||
|
SUBDIR= instkernel
|
||
|
.endif
|
||
|
TARGETS+= release
|
||
|
|
||
|
.include <bsd.subdir.mk>
|