Module Name: src
Committed By: kre
Date: Thu Aug 16 06:24:40 UTC 2018
Modified Files:
src/external/bsd/mdocml/bin/mandoc: Makefile
Log Message:
mandoc_xr.c is now in libmandoc (where it should be) it no longer
needs to be here (why having it broke building I did not look to see,
it should be possible to replace a file from a library).
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/mdocml/bin/mandoc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/mdocml/bin/mandoc/Makefile
diff -u src/external/bsd/mdocml/bin/mandoc/Makefile:1.16 src/external/bsd/mdocml/bin/mandoc/Makefile:1.17
--- src/external/bsd/mdocml/bin/mandoc/Makefile:1.16 Thu Aug 16 05:03:17 2018
+++ src/external/bsd/mdocml/bin/mandoc/Makefile Thu Aug 16 06:24:40 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/08/16 05:03:17 kre Exp $
+# $NetBSD: Makefile,v 1.17 2018/08/16 06:24:40 kre Exp $
.include <bsd.own.mk>
@@ -11,7 +11,6 @@ html.c \
main.c \
man_html.c \
man_term.c \
-mandoc_xr.c \
manpath.c \
mdoc_html.c \
mdoc_markdown.c \