summaryrefslogtreecommitdiffstats
path: root/sys/Makefile
blob: bfb5e9d14ae0a466ddbec2e12885386e0c4f75a7 (plain)
1
2
3
4
5
6
7
8
9
#	$Id: Makefile,v 1.4 1995/12/26 13:57:32 bde Exp $

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

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