]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/boot/i386/cdboot/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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 ORG=    0x7c00
10
11 LDFLAGS=-N -e start -Ttext ${ORG} -Wl,-S,--oformat,binary
12
13 .include <bsd.prog.mk>