head	1.1;
access;
symbols
	netbsd-11-0-RC4:1.1
	netbsd-11-0-RC3:1.1
	netbsd-11-0-RC2:1.1
	netbsd-11-0-RC1:1.1
	perseant-exfatfs-base-20250801:1.1
	netbsd-11:1.1.0.2
	netbsd-11-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2024.09.15.03.56.57;	author tsutsui;	state Exp;
branches;
next	;
commitid	nFlaJvF5aLAm2RpF;


desc
@@


1.1
log
@Move macppc bootable installcd stuff to sys/arch/macppc/stand dirs.

- move installboot (for CD ISO) and mkboothfs (for mkhybrid(8)) tools to
  sys/arch/macppc/stand
- also build mkboothfs as ${TOOL_MACPPCMKBOOTHFS} in src/tools
- explicitly generate boothfs file (for mkhybrid(8)) in
  sys/arch/macppc/stand/boothfs and install it into /usr/mdec
- use installed /usr/mdec/boothfs to create macppc bootable iso
- move list files for mkhybrid(8) hfs options to etc/etc.macppc
@
text
@#	$NetBSD$

PROG=		boothfs
NOMAN=		# defined
BINMODE=	444

SRCS=		# generated from ${TOOL_MACPPCMKBOOTHFS}

${PROG}:
	${TOOL_MACPPCMKBOOTHFS} ${.TARGET}

CLEANFILES+=	${BOOTHFS}

.include <bsd.prog.mk>
@
