ee66677a7a
Discussed with: ru
10 lines
220 B
Makefile
10 lines
220 B
Makefile
# $FreeBSD$
|
|
|
|
TXIDIR= ${.CURDIR}/../../../../contrib/texinfo
|
|
LIBTXI= ${.OBJDIR}/../libtxi/libtxi.a
|
|
|
|
CFLAGS+= -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" \
|
|
-I${TXIDIR} -I${TXIDIR}/lib
|
|
|
|
.include "../Makefile.inc"
|