Home | History | Annotate | Line # | Download | only in notes
Makefile revision 1.10.2.1
      1  1.10.2.1     he #	$NetBSD: Makefile,v 1.10.2.1 2000/03/29 22:38:45 he Exp $
      2  1.10.2.1     he 
      3  1.10.2.1     he TARGETS+=release
      4       1.6  lukem 
      5      1.10   ross .ifndef ALLNOTES
      6      1.10   ross SUBDIR = ${MACHINE}
      7      1.10   ross .else
      8      1.10   ross SUBDIR = alpha amiga arm32 atari hp300 i386 mac68k
      9      1.10   ross SUBDIR+= mvme68k pc532 pmax sparc sun3 sun3x vax x68k
     10      1.10   ross .endif
     11       1.1    cgd 
     12      1.10   ross .include <bsd.subdir.mk>
     13