freebsd-dev/gnu/usr.bin/texinfo/doc/Makefile
1995-01-24 04:13:34 +00:00

9 lines
195 B
Makefile

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