]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/boot/pc98/btx/lib/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>