Home | History | Annotate | Line # | Download | only in notes
Makefile revision 1.19
      1  1.19   reinoud #	$NetBSD: Makefile,v 1.19 2002/02/15 22:01:37 reinoud Exp $
      2  1.15     lukem #
      3  1.12      ross 
      4  1.17     jhawk 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.19   reinoud SUBDIR=	alpha amiga arm26 acorn32 atari hp300 hpcmips i386
     12  1.15     lukem SUBDIR+=mac68k macppc mvme68k news68k next68k pc532 pmax sparc
     13  1.18  fredette SUBDIR+=sparc64 sun2 sun3 vax x68k
     14  1.10      ross .endif
     15   1.1       cgd 
     16  1.10      ross .include <bsd.subdir.mk>
     17