summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/mbr/Makefile
blob: 2eb349c4da4e86bd17e66e89250ed97fdf071fdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

PROG=	mbr
STRIP=
BINMODE=${NOBINMODE}
NOMAN=
SRCS=	${PROG}.s

ORG=	0x600

LDFLAGS=-N -e start -Ttext ${ORG} -Wl,-S,--oformat,binary

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