]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - gnu/usr.bin/texinfo/Makefile.inc
Fix integer overflow in IGMP protocol. [SA-15:04]
[FreeBSD/releng/10.0.git] / gnu / usr.bin / texinfo / Makefile.inc
1 # $FreeBSD$
2
3 TXIDIR=         ${.CURDIR}/../../../../contrib/texinfo
4 LIBTXI=         ${.OBJDIR}/../libtxi/libtxi.a
5
6 CFLAGS+=        -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" \
7                 -I${TXIDIR} -I${TXIDIR}/lib
8
9 .include "../Makefile.inc"