Home | History | Annotate | Line # | Download | only in notes
Makefile revision 1.39.10.1
      1  1.39.10.1  wrstuden #	$NetBSD: Makefile,v 1.39.10.1 2008/09/24 16:32:51 wrstuden Exp $
      2       1.15     lukem #
      3       1.12      ross 
      4       1.33        cl .include <bsd.own.mk>
      5       1.33        cl 
      6       1.23     lukem TARGETS+=	release
      7        1.6     lukem 
      8       1.10      ross .ifndef ALLNOTES
      9       1.33        cl .if exists(${RELEASEMACHINE}/Makefile)
     10       1.33        cl SUBDIR=	${RELEASEMACHINE}
     11       1.13   garbled .endif
     12       1.10      ross .else
     13       1.21   thorpej SUBDIR+= acorn26
     14       1.21   thorpej SUBDIR+= acorn32
     15       1.21   thorpej SUBDIR+= alpha
     16       1.35       riz SUBDIR+= amd64
     17       1.21   thorpej SUBDIR+= amiga
     18  1.39.10.1  wrstuden SUBDIR+= arc
     19       1.21   thorpej SUBDIR+= atari
     20       1.22     skrll SUBDIR+= cats
     21       1.21   thorpej SUBDIR+= evbarm
     22       1.31       scw SUBDIR+= evbppc
     23       1.21   thorpej SUBDIR+= hp300
     24       1.32       mbw SUBDIR+= hp700
     25       1.21   thorpej SUBDIR+= hpcmips
     26       1.25    itojun SUBDIR+= hpcsh
     27       1.21   thorpej SUBDIR+= i386
     28       1.34     gavan # SUBDIR+= iyonix	# not yet
     29       1.37       uwe SUBDIR+= landisk
     30       1.21   thorpej SUBDIR+= mac68k
     31       1.21   thorpej SUBDIR+= macppc
     32       1.25    itojun SUBDIR+= mmeye
     33       1.21   thorpej SUBDIR+= mvme68k
     34       1.21   thorpej SUBDIR+= news68k
     35       1.26    itojun SUBDIR+= newsmips
     36       1.21   thorpej SUBDIR+= next68k
     37       1.21   thorpej SUBDIR+= pmax
     38       1.36   garbled SUBDIR+= prep
     39       1.21   thorpej SUBDIR+= sandpoint
     40       1.24     pooka SUBDIR+= sgimips
     41       1.22     skrll SUBDIR+= shark
     42       1.21   thorpej SUBDIR+= sparc
     43       1.21   thorpej SUBDIR+= sparc64
     44       1.21   thorpej SUBDIR+= sun2
     45       1.21   thorpej SUBDIR+= sun3
     46       1.21   thorpej SUBDIR+= vax
     47       1.21   thorpej SUBDIR+= x68k
     48       1.33        cl SUBDIR+= xen
     49       1.10      ross .endif
     50        1.1       cgd 
     51       1.10      ross .include <bsd.subdir.mk>
     52