f18be52f75
so that parallel build works properly.
17 lines
414 B
Makefile
17 lines
414 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/04/26 17:42:09 tsutsui Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
SUBDIR= instkernel stand cdroms
|
|
|
|
release: check_RELEASEDIR
|
|
${MAKEDIRTARGET} instkernel release
|
|
${MAKEDIRTARGET} stand release
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation '*.gz' '*.exe'
|
|
|
|
iso_image:
|
|
${MAKEDIRTARGET} cdroms iso_image
|
|
|
|
.include <bsd.subdir.mk>
|