Makefile revision 1.22
1# $NetBSD: Makefile,v 1.22 2002/04/02 12:35:43 skrll 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+= atari 16SUBDIR+= cats 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+= shark 30SUBDIR+= sparc 31SUBDIR+= sparc64 32SUBDIR+= sun2 33SUBDIR+= sun3 34SUBDIR+= vax 35SUBDIR+= x68k 36.endif 37 38.include <bsd.subdir.mk> 39