Home | History | Annotate | Line # | Download | only in bootblock
Makefile revision 1.3.128.1
      1  1.3.128.1  uebayasi #	$NetBSD: Makefile,v 1.3.128.1 2010/08/17 06:43:57 uebayasi 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