1 1.24.2.3 lukem # $NetBSD: Makefile,v 1.24.2.4 2002/07/02 04:19:59 lukem Exp $ 2 1.15 lukem # 3 1.12 ross 4 1.23 lukem TARGETS+= release 5 1.6 lukem 6 1.10 ross .ifndef ALLNOTES 7 1.14 thorpej .if exists(${MACHINE}/Makefile) 8 1.14 thorpej SUBDIR= ${MACHINE} 9 1.13 garbled .endif 10 1.10 ross .else 11 1.21 thorpej SUBDIR+= acorn26 12 1.21 thorpej SUBDIR+= acorn32 13 1.21 thorpej SUBDIR+= alpha 14 1.21 thorpej SUBDIR+= amiga 15 1.24.2.4 lukem # SUBDIR+= arc # not complete 16 1.21 thorpej SUBDIR+= atari 17 1.22 skrll SUBDIR+= cats 18 1.21 thorpej SUBDIR+= evbarm 19 1.21 thorpej SUBDIR+= hp300 20 1.21 thorpej SUBDIR+= hpcmips 21 1.24.2.2 lukem SUBDIR+= hpcsh 22 1.21 thorpej SUBDIR+= i386 23 1.21 thorpej SUBDIR+= mac68k 24 1.21 thorpej SUBDIR+= macppc 25 1.24.2.2 lukem SUBDIR+= mmeye 26 1.21 thorpej SUBDIR+= mvme68k 27 1.21 thorpej SUBDIR+= news68k 28 1.24.2.2 lukem SUBDIR+= newsmips 29 1.21 thorpej SUBDIR+= next68k 30 1.21 thorpej SUBDIR+= pc532 31 1.21 thorpej SUBDIR+= pmax 32 1.21 thorpej SUBDIR+= sandpoint 33 1.24 pooka SUBDIR+= sgimips 34 1.22 skrll SUBDIR+= shark 35 1.21 thorpej SUBDIR+= sparc 36 1.21 thorpej SUBDIR+= sparc64 37 1.21 thorpej SUBDIR+= sun2 38 1.21 thorpej SUBDIR+= sun3 39 1.21 thorpej SUBDIR+= vax 40 1.24.2.1 lukem SUBDIR+= walnut 41 1.21 thorpej SUBDIR+= x68k 42 1.10 ross .endif 43 1.1 cgd 44 1.10 ross .include <bsd.subdir.mk> 45