Home | History | Annotate | Line # | Download | only in stand
      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")
      6 SUBDIR=		fixcoff mkboothfs .WAIT
      7 .endif
      8 SUBDIR+=	bootxx ofwboot
      9 SUBDIR+=	boothfs
     10 
     11 .include <bsd.subdir.mk>
     12