1# $NetBSD: Makefile,v 1.44 2014/02/24 07:23:39 skrll 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+= emips 23SUBDIR+= evbarm 24SUBDIR+= evbppc 25SUBDIR+= hp300 26SUBDIR+= hppa 27SUBDIR+= hpcmips 28SUBDIR+= hpcsh 29SUBDIR+= i386 30# SUBDIR+= iyonix # not yet 31SUBDIR+= landisk 32SUBDIR+= mac68k 33SUBDIR+= macppc 34SUBDIR+= mmeye 35SUBDIR+= mvme68k 36SUBDIR+= news68k 37SUBDIR+= newsmips 38SUBDIR+= next68k 39SUBDIR+= ofppc 40SUBDIR+= pmax 41SUBDIR+= prep 42SUBDIR+= sandpoint 43SUBDIR+= sgimips 44SUBDIR+= shark 45SUBDIR+= sparc 46SUBDIR+= sparc64 47SUBDIR+= sun2 48SUBDIR+= sun3 49SUBDIR+= vax 50SUBDIR+= x68k 51SUBDIR+= xen 52.endif 53 54.include <bsd.subdir.mk> 55