1 1.43 phx # $NetBSD: Makefile,v 1.43 2012/01/29 15:54:35 phx 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.35 riz SUBDIR+= amd64 17 1.21 thorpej SUBDIR+= amiga 18 1.40 tsutsui SUBDIR+= arc 19 1.21 thorpej SUBDIR+= atari 20 1.41 kiyohara SUBDIR+= bebox 21 1.22 skrll SUBDIR+= cats 22 1.42 pooka SUBDIR+= emips 23 1.21 thorpej SUBDIR+= evbarm 24 1.31 scw SUBDIR+= evbppc 25 1.21 thorpej SUBDIR+= hp300 26 1.32 mbw SUBDIR+= hp700 27 1.21 thorpej SUBDIR+= hpcmips 28 1.25 itojun SUBDIR+= hpcsh 29 1.21 thorpej SUBDIR+= i386 30 1.34 gavan # SUBDIR+= iyonix # not yet 31 1.37 uwe SUBDIR+= landisk 32 1.21 thorpej SUBDIR+= mac68k 33 1.21 thorpej SUBDIR+= macppc 34 1.25 itojun SUBDIR+= mmeye 35 1.21 thorpej SUBDIR+= mvme68k 36 1.21 thorpej SUBDIR+= news68k 37 1.26 itojun SUBDIR+= newsmips 38 1.21 thorpej SUBDIR+= next68k 39 1.43 phx SUBDIR+= ofppc 40 1.21 thorpej SUBDIR+= pmax 41 1.36 garbled SUBDIR+= prep 42 1.21 thorpej SUBDIR+= sandpoint 43 1.24 pooka SUBDIR+= sgimips 44 1.22 skrll SUBDIR+= shark 45 1.21 thorpej SUBDIR+= sparc 46 1.21 thorpej SUBDIR+= sparc64 47 1.21 thorpej SUBDIR+= sun2 48 1.21 thorpej SUBDIR+= sun3 49 1.21 thorpej SUBDIR+= vax 50 1.21 thorpej SUBDIR+= x68k 51 1.33 cl SUBDIR+= xen 52 1.10 ross .endif 53 1.1 cgd 54 1.10 ross .include <bsd.subdir.mk> 55