]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - sys/boot/i386/cdboot/Makefile
MFC r362623:
[FreeBSD/stable/8.git] / sys / boot / i386 / cdboot / Makefile
1 # $FreeBSD$
2
3 PROG=   cdboot
4 STRIP=
5 BINMODE=${NOBINMODE}
6 NO_MAN=
7 SRCS=   ${PROG}.S
8
9 CFLAGS+=-I${.CURDIR}/../common
10
11 ORG=    0x7c00
12
13 LDFLAGS=-N -e start -Ttext ${ORG} -Wl,-S,--oformat,binary
14
15 .include <bsd.prog.mk>