# $FreeBSD: stable/5/sys/boot/i386/cdboot/Makefile 128725 2004-04-28 21:31:21Z ru $

PROG=	cdboot
STRIP=
BINMODE=${NOBINMODE}
NOMAN=
SRCS=	${PROG}.s

ORG=	0x7c00

LDFLAGS=-N -e start -Ttext ${ORG} -Wl,-S,--oformat,binary

.include <bsd.prog.mk>
