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