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