Home | History | Annotate | Line # | Download | only in stand
Makefile revision 1.8
      1  1.8  tsutsui #	$NetBSD: Makefile,v 1.8 2024/09/15 03:56:57 tsutsui Exp $
      2  1.1   tsubai 
      3  1.5     matt .include <bsd.own.mk>
      4  1.5     matt 
      5  1.6   dyoung .if (${USETOOLS} != "yes")
      6  1.8  tsutsui SUBDIR=		fixcoff mkboothfs .WAIT
      7  1.5     matt .endif
      8  1.5     matt SUBDIR+=	bootxx ofwboot
      9  1.8  tsutsui SUBDIR+=	boothfs
     10  1.1   tsubai 
     11  1.1   tsubai .include <bsd.subdir.mk>
     12