Makefile revision 1.37
1# $NetBSD: Makefile,v 1.37 2007/04/15 17:12:04 uwe 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 18# SUBDIR+= arc # not complete 19SUBDIR+= atari 20SUBDIR+= cats 21SUBDIR+= evbarm 22SUBDIR+= evbppc 23SUBDIR+= hp300 24SUBDIR+= hp700 25SUBDIR+= hpcmips 26SUBDIR+= hpcsh 27SUBDIR+= i386 28# SUBDIR+= iyonix # not yet 29SUBDIR+= landisk 30SUBDIR+= mac68k 31SUBDIR+= macppc 32SUBDIR+= mmeye 33SUBDIR+= mvme68k 34SUBDIR+= news68k 35SUBDIR+= newsmips 36SUBDIR+= next68k 37SUBDIR+= pc532 38SUBDIR+= pmax 39SUBDIR+= pmppc 40SUBDIR+= prep 41SUBDIR+= sandpoint 42SUBDIR+= sgimips 43SUBDIR+= shark 44SUBDIR+= sparc 45SUBDIR+= sparc64 46SUBDIR+= sun2 47SUBDIR+= sun3 48SUBDIR+= vax 49SUBDIR+= x68k 50SUBDIR+= xen 51.endif 52 53.include <bsd.subdir.mk> 54