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