Makefile revision 1.9
1#	$OpenBSD: Makefile,v 1.9 1998/12/17 02:16:29 smurph Exp $
2
3.if	make(obj)
4SUBDIR= special alpha amiga arc crunch hp300 i386 mac68k mvme68k mvme88k\
5	pmax powerpc sparc
6.elif	!make(install)
7SUBDIR= special
8.endif
9.if exists(${MACHINE})
10SUBDIR+= ${MACHINE}
11.endif
12SUBDIR+= notes
13
14.include <bsd.subdir.mk>
15