Home | History | Annotate | Line # | Download | only in bootblock
Makefile revision 1.4
      1  1.4     mrg #	$NetBSD: Makefile,v 1.4 2010/07/06 05:59:57 mrg Exp $
      2  1.2  mhitch 
      3  1.2  mhitch .include <bsd.own.mk>
      4  1.1      is 
      5  1.1      is # Don't install these, but make them first:
      6  1.1      is .ifnmake install
      7  1.2  mhitch SUBDIR=txlt
      8  1.2  mhitch SUBDIR+=elf2bb
      9  1.1      is .endif
     10  1.1      is 
     11  1.1      is # but these:
     12  1.3  mhitch SUBDIR+=boot bootxx_ffs
     13  1.1      is 
     14  1.1      is 
     15  1.1      is .include <bsd.subdir.mk>
     16