=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.301 retrieving revision 1.302 diff -u -p -r1.301 -r1.302 --- mandoc/Makefile 2010/12/28 10:51:03 1.301 +++ mandoc/Makefile 2010/12/28 13:46:07 1.302 @@ -31,11 +31,11 @@ CFLAGS += -g $(WFLAGS) $(VFLAGS) -DHAVE_CONFIG_H LINTFLAGS += $(VFLAGS) -ROFFLNS = roff.ln tbl.ln +ROFFLNS = roff.ln tbl.ln tbl_opts.ln -ROFFSRCS = roff.c tbl.c +ROFFSRCS = roff.c tbl.c tbl_opts.c -ROFFOBJS = roff.o tbl.o +ROFFOBJS = roff.o tbl.o tbl_opts.o MANDOCLNS = mandoc.ln