]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/pc98/boot0/Makefile
MFC r325834,r325997,326502: Move sys/boot to stand/
[FreeBSD/FreeBSD.git] / stand / pc98 / boot0 / Makefile
1 # $FreeBSD$
2
3 PROG=   ${BOOT}
4 INTERNALPROG=
5 FILES=  ${BOOT}
6 MAN=
7 SRCS=   ${BOOT}.s
8 CLEANFILES= ${BOOT}
9
10 BOOT=   boot0
11
12 # The base address that we the boot0 code to to run it.  Don't change this
13 # unless you are glutton for punishment.
14 BOOT_BOOT0_ORG?=        0x0000
15 ORG=${BOOT_BOOT0_ORG}
16
17 LDFLAGS=${LDFLAGS_BIN}
18
19 .include <bsd.prog.mk>