Makefile revision 1.12
1#	$NetBSD: Makefile,v 1.12 1999/06/30 18:23:02 ross Exp $
2
3TARGETS += release
4
5.ifndef ALLNOTES
6SUBDIR = ${MACHINE}
7.else
8SUBDIR = alpha amiga arm32 atari hp300 i386 mac68k
9SUBDIR+= mvme68k pc532 pmax sparc sun3 vax x68k
10.endif
11
12.include <bsd.subdir.mk>
13