mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
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
|