Oops, cleanup this a bit.

Forgotten by:	ru
This commit is contained in:
ru 2000-01-18 07:48:21 +00:00
parent ed0ee3eb4f
commit 06bea36c3c

View File

@ -2,10 +2,10 @@
PROG= makeinfo
SRCS= cmds.c defun.c files.c footnote.c html.c index.c insertion.c lang.c \
macro.c makeinfo.c multi.c node.c sectioning.c sectioning.h toc.c
macro.c makeinfo.c multi.c node.c sectioning.c toc.c
DPADD+= ${LIBTXI} ${LIBINTL}
LDADD+= ${LIBTXI} ${LIBINTL}
DPADD+= ${LIBTXI}
LDADD+= ${LIBTXI}
.include <bsd.prog.mk>