Makefile revision 21673
1#	$FreeBSD: head/sys/Makefile 21673 1997-01-14 07:20:47Z jkh $
2
3.if defined(MACHINE_PC98) && ${MACHINE_PC98} == "yes"
4SUBDIR=	pc98/boot
5.else
6SUBDIR=	${MACHINE}/boot
7.endif
8
9.include <bsd.subdir.mk>
10