]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/pc98/btx/lib/Makefile
MFC r325834,r325997,326502: Move sys/boot to stand/
[FreeBSD/FreeBSD.git] / stand / pc98 / btx / lib / Makefile
1 # $FreeBSD$
2
3 PROG=   crt0.o
4 INTERNALPROG=
5 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>