Makefile revision 1.26
1# $NetBSD: Makefile,v 1.26 2002/06/15 21:33:07 itojun Exp $ 2# 3 4TARGETS+= release 5 6.ifndef ALLNOTES 7.if exists(${MACHINE}/Makefile) 8SUBDIR= ${MACHINE} 9.endif 10.else 11SUBDIR+= acorn26 12SUBDIR+= acorn32 13SUBDIR+= alpha 14SUBDIR+= amiga 15SUBDIR+= atari 16SUBDIR+= cats 17SUBDIR+= evbarm 18SUBDIR+= hp300 19SUBDIR+= hpcmips 20SUBDIR+= hpcsh 21SUBDIR+= i386 22SUBDIR+= mac68k 23SUBDIR+= macppc 24SUBDIR+= mmeye 25SUBDIR+= mvme68k 26SUBDIR+= news68k 27SUBDIR+= newsmips 28SUBDIR+= next68k 29SUBDIR+= pc532 30SUBDIR+= pmax 31SUBDIR+= sandpoint 32SUBDIR+= sgimips 33SUBDIR+= shark 34SUBDIR+= sparc 35SUBDIR+= sparc64 36SUBDIR+= sun2 37SUBDIR+= sun3 38SUBDIR+= vax 39SUBDIR+= x68k 40.endif 41 42.include <bsd.subdir.mk> 43