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