Deleted Added
full compact
Makefile (128694) Makefile (128725)
1# $FreeBSD: head/sys/boot/i386/cdboot/Makefile 128694 2004-04-27 19:45:16Z ru $
1# $FreeBSD: head/sys/boot/i386/cdboot/Makefile 128725 2004-04-28 21:31:21Z ru $
2
2
3PROG= ${BOOT}
4INTERNALPROG=
5FILES= ${BOOT}
3PROG= cdboot
4STRIP=
5BINMODE=${NOBINMODE}
6NOMAN=
6NOMAN=
7SRCS= ${BOOT}.s
7SRCS= ${PROG}.s
8
8
9BOOT= cdboot
10ORG= 0x7c00
11
12LDFLAGS=-N -e start -Ttext ${ORG} -Wl,-S,--oformat,binary
13
14.include <bsd.prog.mk>
9ORG= 0x7c00
10
11LDFLAGS=-N -e start -Ttext ${ORG} -Wl,-S,--oformat,binary
12
13.include <bsd.prog.mk>