# $FreeBSD: stable/6/sys/boot/pc98/cdboot/Makefile 159663 2006-06-16 13:40:50Z nyan $

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

ORG=	0x0000

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

.include <bsd.prog.mk>
