opnsense-src/gnu/usr.bin/texinfo/makeinfo/Makefile

14 lines
267 B
Makefile
Raw Normal View History

1999-08-27 19:37:10 -04:00
# $FreeBSD$
1994-09-13 09:51:34 -04:00
PROG= makeinfo
2003-05-01 20:51:24 -04:00
SRCS= cmds.c defun.c files.c footnote.c html.c \
2002-03-25 08:20:03 -05:00
index.c insertion.c lang.c macro.c makeinfo.c multi.c \
node.c sectioning.c toc.c xml.c
1994-09-13 09:51:34 -04:00
DPADD= ${LIBTXI}
LDADD= ${LIBTXI}
1994-09-13 09:51:34 -04:00
.include <bsd.prog.mk>
2000-01-17 05:59:30 -05:00
.PATH: $(TXIDIR)/makeinfo $(TXIDIR)/doc