summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/cdboot/Makefile
blob: d9e3fb57914f9957aa61a2a95d3bb9bd7a7b9843 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

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>
OpenPOWER on IntegriCloud