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

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