1 1.2 mhitch # $NetBSD: Makefile,v 1.2 2001/12/17 05:48:09 mhitch 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 .if ${OBJECT_FMT} == "ELF" 9 1.2 mhitch SUBDIR+=elf2bb 10 1.2 mhitch .else 11 1.2 mhitch SUBDIR+=aout2bb 12 1.2 mhitch .endif 13 1.1 is .endif 14 1.1 is 15 1.1 is # but these: 16 1.2 mhitch SUBDIR+=boot bootxx_ffs installboot 17 1.1 is 18 1.1 is 19 1.1 is .include <bsd.subdir.mk> 20