3e414a4b6b
as snap_md_post target in etc/etc.${MACHINE}/Makefile.inc rather than as release target in distrib/${MACHINE}/Makefile so that builds for release in distrib/${MACHINE}/Makefile don't have to be serialized. XXX: maybe ramdisk kernels should be installed into binary/kernel dir XXX: as other ports rather than installation dir, and XXX: kernel config names should be preserved in their filenames.
13 lines
267 B
Makefile
13 lines
267 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/09/19 17:38:43 tsutsui Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
SUBDIR= instkernel stand cdroms
|
|
TARGETS+= release
|
|
|
|
iso_image:
|
|
${MAKEDIRTARGET} cdroms iso_image
|
|
|
|
.include <bsd.subdir.mk>
|