Deleted Added
full compact
Makefile (242706) Makefile (264400)
1# $FreeBSD: head/sys/boot/pc98/cdboot/Makefile 242706 2012-11-07 19:51:53Z dim $
1# $FreeBSD: head/sys/boot/pc98/cdboot/Makefile 264400 2014-04-13 05:21:56Z imp $
2
3PROG= cdboot
4STRIP=
5BINMODE=${NOBINMODE}
2
3PROG= cdboot
4STRIP=
5BINMODE=${NOBINMODE}
6NO_MAN=
6MAN=
7SRCS= ${PROG}.S
8
9CFLAGS+=-I${.CURDIR}/../../i386/common
10
11ORG= 0x0000
12
13LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
14
15.include <bsd.prog.mk>
16
17# XXX: clang integrated-as doesn't grok .codeNN directives yet
18CFLAGS.cdboot.S= ${CLANG_NO_IAS}
19CFLAGS+= ${CFLAGS.${.IMPSRC:T}}
7SRCS= ${PROG}.S
8
9CFLAGS+=-I${.CURDIR}/../../i386/common
10
11ORG= 0x0000
12
13LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
14
15.include <bsd.prog.mk>
16
17# XXX: clang integrated-as doesn't grok .codeNN directives yet
18CFLAGS.cdboot.S= ${CLANG_NO_IAS}
19CFLAGS+= ${CFLAGS.${.IMPSRC:T}}