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