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

PROG=	pmbr
STRIP=
BINMODE=${NOBINMODE}
MAN=
SRCS=	${PROG}.s

ORG=	0x600

AFLAGS+=--defsym FLAGS=${BOOT_MBR_FLAGS}
LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary

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