=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.172 retrieving revision 1.173 diff -u -p -r1.172 -r1.173 --- mandoc/Makefile 2009/04/12 19:49:35 1.172 +++ mandoc/Makefile 2009/06/11 10:16:39 1.173 @@ -157,6 +157,9 @@ man.o: man.c libman.h main.ln: main.c mdoc.h main.o: main.c mdoc.h +compat.ln: compat.c +compat.o: compat.c + term.ln: term.c term.h man.h mdoc.h term.o: term.c term.h man.h mdoc.h @@ -197,7 +200,7 @@ mdocml-oport-$(VERSION).tar.gz: mdocml-$(VERSION).tar. 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.172 2009/04/12 19:49:35 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.173 2009/06/11 10:16:39 kristaps Exp $$ > .dist/mdocml/pkg/PLIST echo bin/mandoc >> .dist/mdocml/pkg/PLIST echo @man man/man1/mandoc.1 >> .dist/mdocml/pkg/PLIST echo @man man/man7/mdoc.7 >> .dist/mdocml/pkg/PLIST