xref: /netbsd/sys/arch/amiga/stand/bootblock/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.4 2010/07/06 05:59:57 mrg Exp $
2
3.include <bsd.own.mk>
4
5# Don't install these, but make them first:
6.ifnmake install
7SUBDIR=txlt
8SUBDIR+=elf2bb
9.endif
10
11# but these:
12SUBDIR+=boot bootxx_ffs
13
14
15.include <bsd.subdir.mk>
16