Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2002/04/13 16:40:32 thorpej Exp $
2
3SUBDIR=
4TARGETS+= release
5
6.ifmake !release
7# List the Gzip Boot ELF images you want to create here.
8SUBDIR+= gzboot_IQ80310_flash_0x00080000
9SUBDIR+= gzboot_IQ80321_flash_0xf0080000
10.endif
11
12SUBDIR+= .WAIT gzimg
13
14.include <bsd.subdir.mk>
15