Makefile revision 1.41
1# $NetBSD: Makefile,v 1.41 2010/11/13 05:20:21 kiyohara Exp $ 2# 3 4.include <bsd.own.mk> 5 6TARGETS+= release 7 8.ifndef ALLNOTES 9.if exists(${RELEASEMACHINE}/Makefile) 10SUBDIR= ${RELEASEMACHINE} 11.endif 12.else 13SUBDIR+= acorn26 14SUBDIR+= acorn32 15SUBDIR+= alpha 16SUBDIR+= amd64 17SUBDIR+= amiga 18SUBDIR+= arc 19SUBDIR+= atari 20SUBDIR+= bebox 21SUBDIR+= cats 22SUBDIR+= evbarm 23SUBDIR+= evbppc 24SUBDIR+= hp300 25SUBDIR+= hp700 26SUBDIR+= hpcmips 27SUBDIR+= hpcsh 28SUBDIR+= i386 29# SUBDIR+= iyonix # not yet 30SUBDIR+= landisk 31SUBDIR+= mac68k 32SUBDIR+= macppc 33SUBDIR+= mmeye 34SUBDIR+= mvme68k 35SUBDIR+= news68k 36SUBDIR+= newsmips 37SUBDIR+= next68k 38SUBDIR+= pmax 39SUBDIR+= prep 40SUBDIR+= sandpoint 41SUBDIR+= sgimips 42SUBDIR+= shark 43SUBDIR+= sparc 44SUBDIR+= sparc64 45SUBDIR+= sun2 46SUBDIR+= sun3 47SUBDIR+= vax 48SUBDIR+= x68k 49SUBDIR+= xen 50.endif 51 52.include <bsd.subdir.mk> 53