1 # $NetBSD: Makefile,v 1.3.108.1 2010/08/11 22:51:36 yamt Exp $ 2 3 .include <bsd.own.mk> 4 5 # Don't install these, but make them first: 6 .ifnmake install 7 SUBDIR=txlt 8 SUBDIR+=elf2bb 9 .endif 10 11 # but these: 12 SUBDIR+=boot bootxx_ffs 13 14 15 .include <bsd.subdir.mk> 16