summaryrefslogtreecommitdiffstats
path: root/sys/Makefile
blob: 0cf0f7abe71bbf10b189d8b93495a62a54050b3a (plain)
1
2
3
4
5
6
7
8
9
#	$FreeBSD$

.if defined(MACHINE_PC98) && ${MACHINE_PC98} == "yes"
SUBDIR=	pc98/boot
.else
SUBDIR=	${MACHINE}/boot
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud