1 1.34 gavan # $NetBSD: Makefile,v 1.34 2004/10/13 23:28:35 gavan Exp $ 2 1.15 lukem # 3 1.12 ross 4 1.33 cl .include <bsd.own.mk> 5 1.33 cl 6 1.23 lukem TARGETS+= release 7 1.6 lukem 8 1.10 ross .ifndef ALLNOTES 9 1.33 cl .if exists(${RELEASEMACHINE}/Makefile) 10 1.33 cl SUBDIR= ${RELEASEMACHINE} 11 1.13 garbled .endif 12 1.10 ross .else 13 1.21 thorpej SUBDIR+= acorn26 14 1.21 thorpej SUBDIR+= acorn32 15 1.21 thorpej SUBDIR+= alpha 16 1.21 thorpej SUBDIR+= amiga 17 1.30 lukem # SUBDIR+= arc # not complete 18 1.21 thorpej SUBDIR+= atari 19 1.22 skrll SUBDIR+= cats 20 1.21 thorpej SUBDIR+= evbarm 21 1.31 scw SUBDIR+= evbppc 22 1.21 thorpej SUBDIR+= hp300 23 1.32 mbw SUBDIR+= hp700 24 1.21 thorpej SUBDIR+= hpcmips 25 1.25 itojun SUBDIR+= hpcsh 26 1.21 thorpej SUBDIR+= i386 27 1.34 gavan # SUBDIR+= iyonix # not yet 28 1.21 thorpej SUBDIR+= mac68k 29 1.21 thorpej SUBDIR+= macppc 30 1.25 itojun SUBDIR+= mmeye 31 1.21 thorpej SUBDIR+= mvme68k 32 1.21 thorpej SUBDIR+= news68k 33 1.26 itojun SUBDIR+= newsmips 34 1.21 thorpej SUBDIR+= next68k 35 1.21 thorpej SUBDIR+= pc532 36 1.21 thorpej SUBDIR+= pmax 37 1.29 augustss SUBDIR+= pmppc 38 1.21 thorpej SUBDIR+= sandpoint 39 1.24 pooka SUBDIR+= sgimips 40 1.22 skrll SUBDIR+= shark 41 1.21 thorpej SUBDIR+= sparc 42 1.21 thorpej SUBDIR+= sparc64 43 1.21 thorpej SUBDIR+= sun2 44 1.21 thorpej SUBDIR+= sun3 45 1.21 thorpej SUBDIR+= vax 46 1.21 thorpej SUBDIR+= x68k 47 1.33 cl SUBDIR+= xen 48 1.10 ross .endif 49 1.1 cgd 50 1.10 ross .include <bsd.subdir.mk> 51