summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/texinfo/install-info/Makefile
blob: 114baaab228feab517cb1f53587f866581d82655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$Id$

PROG=	install-info

CFLAGS+= -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\"
CFLAGS+= -I${TXIDIR} -I${TXIDIR}/lib -I../libintl

DPADD=	${LIBTXI} ${LIBINTL} -lz
LDADD=	${LIBTXI} ${LIBINTL} -lz

.include <bsd.prog.mk>

.PATH: ${TXIDIR}/util
OpenPOWER on IntegriCloud