freebsd-dev/gnu/usr.bin/texinfo/doc/Makefile
Jordan K. Hubbard cd9a2f5c28 Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src.  This is the final version of the
patches, incorporating the feedback I've received from -current.
1996-06-24 04:26:21 +00:00

9 lines
198 B
Makefile

INFO= info info-stnd makeinfo texi
.if exists(${.OBJDIR}/../makeinfo)
MAKEINFO= ${.OBJDIR}/../makeinfo/makeinfo
.else
MAKEINFO= ${.CURDIR}/../makeinfo/makeinfo
.endif
.include <bsd.info.mk>