#	$NecBSD: Makefile,v 1.3.6.1 2000/07/11 05:56:08 honda Exp $
#	$NetBSD$
#
# [NetBSD for NEC PC-98 series]
#  Copyright (c) 1997, 1998
#	NetBSD/pc98 porting staff. All rights reserved.
#

BINDIR=	/usr/mdec
BINMODE=444
PROG=	mbr
SRCS=	start.S
STRIPFLAG=
MKMAN=	no

mbr: ${OBJS}
	${LD} -Bstatic -e start -N -T 0 -o boot ${OBJS}
	@strip boot
	@sh ${.CURDIR}/rmaouthdr boot mbr 

.include <bsd.prog.mk>
