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