1#	$NetBSD: Makefile,v 1.1 2024/09/15 03:56:57 tsutsui Exp $
2
3PROG=		boothfs
4NOMAN=		# defined
5BINMODE=	444
6
7SRCS=		# generated from ${TOOL_MACPPCMKBOOTHFS}
8
9${PROG}:
10	${TOOL_MACPPCMKBOOTHFS} ${.TARGET}
11
12CLEANFILES+=	${BOOTHFS}
13
14.include <bsd.prog.mk>
15