]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - sys/boot/i386/btx/lib/Makefile
Copy stable/10@r272459 to releng/10.1 as part of
[FreeBSD/releng/10.1.git] / sys / boot / i386 / 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}/../../common
8 LDFLAGS=-Wl,-r
9
10 .include <bsd.prog.mk>