Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / texinfo / Makefile.inc
1 # $FreeBSD: src/gnu/usr.bin/texinfo/Makefile.inc,v 1.11 2000/01/17 10:59:13 ru Exp $
2 # $DragonFly: src/gnu/usr.bin/texinfo/Makefile.inc,v 1.2 2003/06/17 04:25:49 dillon Exp $
3
4 TXIDIR=         ${.CURDIR}/../../../../contrib/texinfo
5
6 .if exists(${.OBJDIR}/../libtxi)
7 LIBTXI=         ${.OBJDIR}/../libtxi/libtxi.a
8 .else
9 LIBTXI=         ${.CURDIR}/../libtxi/libtxi.a
10 .endif
11
12 CFLAGS+=        -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" \
13                 -I${TXIDIR} -I${TXIDIR}/lib
14
15 .include "../Makefile.inc"