Home | History | Annotate | Line # | Download | only in bootblock
Makefile revision 1.3.108.1
      1  1.3.108.1    yamt #	$NetBSD: Makefile,v 1.3.108.1 2010/08/11 22:51:36 yamt 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