2020-03-21 17:25:49 +03:00
|
|
|
# $NetBSD: Makefile,v 1.7 2020/03/21 14:25:49 tsutsui Exp $
|
2002-05-17 20:22:59 +04:00
|
|
|
|
2005-12-30 14:48:15 +03:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
2002-05-17 20:22:59 +04:00
|
|
|
|
2008-04-27 06:39:04 +04:00
|
|
|
SUBDIR= instkernel stand cdroms
|
2020-03-21 17:25:49 +03:00
|
|
|
SUBDIR+= liveimage
|
2008-09-19 21:38:43 +04:00
|
|
|
TARGETS+= release
|
Add an iso_image target (iso-image as a target name doesn't play well with
bsd.subdirs.mk) in distrib/makefile, which builds an iso image for $MACHINE
with binary sets, stored in ${RELEASEDIR}/iso. The image is bootable for:
alpha, amd64, cats, i386, pmax, sgimips, sparc, sparc64, sun3, vax.
mac68k/macppc no there yet because of missing feature in makefs.
call iso_image in distrib/ for iso-image in the top Makefile.
2007-03-07 00:56:47 +03:00
|
|
|
|
|
|
|
iso_image:
|
|
|
|
${MAKEDIRTARGET} cdroms iso_image
|
|
|
|
|
2020-03-21 17:25:49 +03:00
|
|
|
live_image:
|
|
|
|
${MAKEDIRTARGET} liveimage live_image
|
|
|
|
|
Add an iso_image target (iso-image as a target name doesn't play well with
bsd.subdirs.mk) in distrib/makefile, which builds an iso image for $MACHINE
with binary sets, stored in ${RELEASEDIR}/iso. The image is bootable for:
alpha, amd64, cats, i386, pmax, sgimips, sparc, sparc64, sun3, vax.
mac68k/macppc no there yet because of missing feature in makefs.
call iso_image in distrib/ for iso-image in the top Makefile.
2007-03-07 00:56:47 +03:00
|
|
|
.include <bsd.subdir.mk>
|