summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/cdboot/Makefile
blob: 7656a5b825784d4e3e76d554c62b8fdb19e8dd4a (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=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary

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