Home | History | Annotate | Line # | Download | only in bootblock
Makefile revision 1.4.72.1
      1 #	$NetBSD: Makefile,v 1.4.72.1 2021/04/03 22:28:14 thorpej Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 # Don't install these, but make them first:
      6 .ifnmake install
      7 SUBDIR=txlt
      8 SUBDIR+=elf2bb
      9 .endif
     10 
     11 # but these:
     12 SUBDIR+=boot bootxx_ffs bootxx_ffsv2
     13 
     14 
     15 .include <bsd.subdir.mk>
     16