=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.71 retrieving revision 1.72 diff -u -p -r1.71 -r1.72 --- mandoc/Makefile 2009/02/20 11:04:23 1.71 +++ mandoc/Makefile 2009/02/20 23:35:36 1.72 @@ -136,9 +136,9 @@ tree.ln: tree.c mdoc.h tree.o: tree.c mdoc.h -term.ln: term.c mdoc.h +term.ln: term.c private.h -term.o: term.c mdoc.h +term.o: term.c private.h strings.ln: strings.c private.h @@ -181,7 +181,7 @@ mdocml-oport-$(VERSION).tar.gz: Makefile.port DESCR rmd160 mdocml-$(VERSION).tar.gz >> .dist/mdocml/distinfo sha1 mdocml-$(VERSION).tar.gz >> .dist/mdocml/distinfo install -m 0644 DESCR .dist/mdocml/pkg/DESCR - echo @comment $$OpenBSD: Makefile,v 1.71 2009/02/20 11:04:23 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.72 2009/02/20 23:35:36 kristaps Exp $$ > .dist/mdocml/pkg/PLIST echo bin/mdocml >> .dist/mdocml/pkg/PLIST echo lib/libmdoc.a >> .dist/mdocml/pkg/PLIST echo include/mdoc.h >> .dist/mdocml/pkg/PLIST