Home | History | Annotate | Line # | Download | only in notes
Makefile revision 1.29
      1  1.29  augustss #	$NetBSD: Makefile,v 1.29 2002/06/17 20:32:21 augustss Exp $
      2  1.15     lukem #
      3  1.12      ross 
      4  1.23     lukem TARGETS+=	release
      5   1.6     lukem 
      6  1.10      ross .ifndef ALLNOTES
      7  1.14   thorpej .if exists(${MACHINE}/Makefile)
      8  1.14   thorpej SUBDIR=	${MACHINE}
      9  1.13   garbled .endif
     10  1.10      ross .else
     11  1.21   thorpej SUBDIR+= acorn26
     12  1.21   thorpej SUBDIR+= acorn32
     13  1.21   thorpej SUBDIR+= alpha
     14  1.21   thorpej SUBDIR+= amiga
     15  1.27    itojun SUBDIR+= arc
     16  1.27    itojun SUBDIR+= arm32
     17  1.21   thorpej SUBDIR+= atari
     18  1.22     skrll SUBDIR+= cats
     19  1.21   thorpej SUBDIR+= evbarm
     20  1.21   thorpej SUBDIR+= hp300
     21  1.21   thorpej SUBDIR+= hpcmips
     22  1.25    itojun SUBDIR+= hpcsh
     23  1.21   thorpej SUBDIR+= i386
     24  1.21   thorpej SUBDIR+= mac68k
     25  1.21   thorpej SUBDIR+= macppc
     26  1.25    itojun SUBDIR+= mmeye
     27  1.21   thorpej SUBDIR+= mvme68k
     28  1.21   thorpej SUBDIR+= news68k
     29  1.26    itojun SUBDIR+= newsmips
     30  1.21   thorpej SUBDIR+= next68k
     31  1.21   thorpej SUBDIR+= pc532
     32  1.21   thorpej SUBDIR+= pmax
     33  1.29  augustss SUBDIR+= pmppc
     34  1.21   thorpej SUBDIR+= sandpoint
     35  1.24     pooka SUBDIR+= sgimips
     36  1.22     skrll SUBDIR+= shark
     37  1.21   thorpej SUBDIR+= sparc
     38  1.21   thorpej SUBDIR+= sparc64
     39  1.21   thorpej SUBDIR+= sun2
     40  1.21   thorpej SUBDIR+= sun3
     41  1.21   thorpej SUBDIR+= vax
     42  1.28       wiz SUBDIR+= walnut
     43  1.21   thorpej SUBDIR+= x68k
     44  1.10      ross .endif
     45   1.1       cgd 
     46  1.10      ross .include <bsd.subdir.mk>
     47