]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/boot/pc98/cdboot/Makefile
Re-sync loader.mk and ficl.mk to where they should be
[FreeBSD/FreeBSD.git] / sys / boot / pc98 / cdboot / Makefile
1 # $FreeBSD$
2
3 PROG=   cdboot
4 STRIP=
5 BINMODE=${NOBINMODE}
6 MAN=
7 SRCS=   ${PROG}.S
8
9 CFLAGS+=-I${.CURDIR}/../../i386/common
10
11 ORG=    0x0000
12
13 LDFLAGS=${LDFLAGS_BIN}
14
15 .include <bsd.prog.mk>
16
17 # XXX: clang integrated-as doesn't grok .codeNN directives yet
18 CFLAGS.cdboot.S=        ${CLANG_NO_IAS}