Makefile revision 1.21
1# $NetBSD: Makefile,v 1.21 2002/03/30 07:00:04 thorpej 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+= arc 16SUBDIR+= atari 17SUBDIR+= evbarm 18SUBDIR+= hp300 19SUBDIR+= hpcmips 20SUBDIR+= i386 21SUBDIR+= mac68k 22SUBDIR+= macppc 23SUBDIR+= mvme68k 24SUBDIR+= news68k 25SUBDIR+= next68k 26SUBDIR+= pc532 27SUBDIR+= pmax 28SUBDIR+= sandpoint 29SUBDIR+= sparc 30SUBDIR+= sparc64 31SUBDIR+= sun2 32SUBDIR+= sun3 33SUBDIR+= vax 34SUBDIR+= x68k 35.endif 36 37.include <bsd.subdir.mk> 38