Deleted Added
full compact
Makefile (52485) Makefile (56168)
1# $FreeBSD: head/gnu/usr.bin/texinfo/texindex/Makefile 52485 1999-10-25 10:35:39Z tg $
1# $FreeBSD: head/gnu/usr.bin/texinfo/texindex/Makefile 56168 2000-01-17 10:59:30Z ru $
2
3PROG= texindex
2
3PROG= texindex
4NOMAN= noman
5
4
6CFLAGS+= -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\"
7CFLAGS+= -I${TXIDIR} -I${TXIDIR}/lib -I../libintl
5DPADD= ${LIBTXI}
6LDADD= ${LIBTXI}
8
7
9DPADD= ${LIBTXI} ${LIBINTL} -lz
10LDADD= ${LIBTXI} ${LIBINTL} -lz
11
12.include <bsd.prog.mk>
13
8.include <bsd.prog.mk>
9
14.PATH: ${TXIDIR}/util
10.PATH: ${TXIDIR}/util ${TXIDIR}/doc