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