xref: /netbsd/sys/arch/amiga/stand/bootblock/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.2 2001/12/17 05:48:09 mhitch Exp $
2
3.include <bsd.own.mk>
4
5# Don't install these, but make them first:
6.ifnmake install
7SUBDIR=txlt
8.if ${OBJECT_FMT} == "ELF"
9SUBDIR+=elf2bb
10.else
11SUBDIR+=aout2bb
12.endif
13.endif
14
15# but these:
16SUBDIR+=boot bootxx_ffs installboot
17
18
19.include <bsd.subdir.mk>
20