Module Name: src Committed By: kre Date: Thu Aug 16 05:03:17 UTC 2018
Modified Files: src/external/bsd/mdocml/bin/mandoc: Makefile src/external/bsd/mdocml/lib/libmandoc: Makefile Log Message: mandoc needs mandoc_xr.c and (because we do not have it in libc, which should remain the state forever IMO) compat_recallocarray.c And now that compat_recallocarray() is in libmandoc we no longer need to manually add its source to mandoc (either the full, or the tools builds). To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/external/bsd/mdocml/bin/mandoc/Makefile cvs rdiff -u -r1.10 -r1.11 src/external/bsd/mdocml/lib/libmandoc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.