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