Home | History | Annotate | Line # | Download | only in bootblock
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 2010/07/06 05:59:57 mrg 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
     13 
     14 
     15 .include <bsd.subdir.mk>
     16