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

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

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