Home | History | Annotate | Line # | Download | only in bootblock
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2003/01/15 07:25:51 mhitch Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 # Don't install these, but make them first:
      6 .ifnmake install
      7 SUBDIR=txlt
      8 .if ${OBJECT_FMT} == "ELF"
      9 SUBDIR+=elf2bb
     10 .else
     11 SUBDIR+=aout2bb
     12 .endif
     13 .endif
     14 
     15 # but these:
     16 SUBDIR+=boot bootxx_ffs
     17 
     18 
     19 .include <bsd.subdir.mk>
     20