]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/i386/btx/lib/Makefile
MFC r325834,r325997,326502: Move sys/boot to stand/
[FreeBSD/FreeBSD.git] / stand / i386 / btx / lib / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 PROG=   crt0.o
6 INTERNALPROG=
7 MAN=
8 SRCS=   btxcsu.S btxsys.s btxv86.s
9 CFLAGS+=-I${BOOTSRC}/i386/common
10 LDFLAGS+=-Wl,-r
11
12 .include <bsd.prog.mk>