xref: /freebsd/sys/Makefile (revision 8e537d168674d6b65869f73c20813001af875738)
1#	$Id: Makefile,v 1.4 1995/12/26 13:57:32 bde Exp $
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