]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - sys/boot/pc98/btx/lib/Makefile
MFC r235264: MFi386: improve argument passing via btxldr
[FreeBSD/stable/8.git] / sys / boot / pc98 / btx / lib / Makefile
1 # $FreeBSD$
2
3 PROG=   crt0.o
4 INTERNALPROG=
5 NO_MAN=
6 SRCS=   btxcsu.S btxsys.s btxv86.s
7 CFLAGS+=-I${.CURDIR}/../../../i386/common
8 LDFLAGS=-Wl,-r
9
10 .include <bsd.prog.mk>