1 1.1.40.1 nathanw # $NetBSD: Makefile,v 1.1.40.1 2002/01/08 00:22:59 nathanw Exp $ 2 1.1.40.1 nathanw 3 1.1.40.1 nathanw .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.1.40.1 nathanw SUBDIR=txlt 8 1.1.40.1 nathanw .if ${OBJECT_FMT} == "ELF" 9 1.1.40.1 nathanw SUBDIR+=elf2bb 10 1.1.40.1 nathanw .else 11 1.1.40.1 nathanw SUBDIR+=aout2bb 12 1.1.40.1 nathanw .endif 13 1.1 is .endif 14 1.1 is 15 1.1 is # but these: 16 1.1.40.1 nathanw SUBDIR+=boot bootxx_ffs installboot 17 1.1 is 18 1.1 is 19 1.1 is .include <bsd.subdir.mk> 20