3f31370c82
Add the forgotten plus, which should unbreak the world build.
11 lines
130 B
Makefile
11 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= install-info
|
|
|
|
DPADD+= ${LIBTXI}
|
|
LDADD+= ${LIBTXI}
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.PATH: ${TXIDIR}/util ${TXIDIR}/doc
|