Makefile revision 1.8
1#	$NetBSD: Makefile,v 1.8 2024/09/15 03:56:57 tsutsui Exp $
2
3.include <bsd.own.mk>
4
5.if (${USETOOLS} != "yes")
6SUBDIR=		fixcoff mkboothfs .WAIT
7.endif
8SUBDIR+=	bootxx ofwboot
9SUBDIR+=	boothfs
10
11.include <bsd.subdir.mk>
12