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

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

ORG=	0x7c00

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

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