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

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

ORG=	0x7c00

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

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