]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - gnu/usr.bin/texinfo/Makefile.inc
- Copy stable/10 (r259064) to releng/10.0 as part of the
[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"