=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.71 retrieving revision 1.73 diff -u -p -r1.71 -r1.73 --- mandoc/Makefile 2009/02/20 11:04:23 1.71 +++ mandoc/Makefile 2009/02/21 14:56:57 1.73 @@ -1,6 +1,6 @@ VERSION = 1.2.0 -CFLAGS += -W -Wall -Wno-unused-parameter -g +CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g LIBLNS = macro.ln mdoc.ln hash.ln strings.ln xstd.ln argv.ln \ validate.ln action.ln @@ -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.73 2009/02/21 14:56:57 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