Home | History | Annotate | Line # | Download | only in notes
Makefile revision 1.14
      1 #	$NetBSD: Makefile,v 1.14 2000/04/07 17:33:34 thorpej Exp $
      2 
      3 TARGETS+= release
      4 
      5 .ifndef ALLNOTES
      6 .if exists(${MACHINE}/Makefile)
      7 SUBDIR=	${MACHINE}
      8 .endif
      9 .else
     10 SUBDIR=	alpha amiga arm32 atari hp300 i386 mac68k
     11 SUBDIR+=mvme68k pc532 pmax sparc sun3 vax x68k
     12 .endif
     13 
     14 .include <bsd.subdir.mk>
     15