+ man_term.c html.c mdoc_html.c man_html.c out.c \
+ term_ps.c term_ascii.c
+
+LLNS = llib-llibmdoc.ln llib-llibman.ln llib-lmandoc.ln \
+ llib-llibmandoc.ln llib-llibroff.ln
+
+LNS = $(MAINLNS) $(MDOCLNS) $(MANLNS) \
+ $(MANDOCLNS) $(ROFFLNS)
+
+LIBS = libmdoc.a libman.a libmandoc.a libroff.a
+
+OBJS = $(MDOCOBJS) $(MAINOBJS) $(MANOBJS) \
+ $(MANDOCOBJS) $(ROFFOBJS)
+
+SRCS = $(MDOCSRCS) $(MAINSRCS) $(MANSRCS) \
+ $(MANDOCSRCS) $(ROFFSRCS)