]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/boot/pc98/btx/lib/Makefile
Fix integer overflow in IGMP protocol. [SA-15:04]
[FreeBSD/releng/10.0.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>