Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/mdocml/bin/mandoc add missing compat_recallocar...



details:   https://anonhg.NetBSD.org/src/rev/cfd6a6a09104
branches:  trunk
changeset: 834520:cfd6a6a09104
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Aug 15 08:19:18 2018 +0000

description:
add missing compat_recallocarray.c to the HOSTPROG part.

diffstat:

 external/bsd/mdocml/bin/mandoc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f82795e4f1c7 -r cfd6a6a09104 external/bsd/mdocml/bin/mandoc/Makefile
--- a/external/bsd/mdocml/bin/mandoc/Makefile   Wed Aug 15 07:51:44 2018 +0000
+++ b/external/bsd/mdocml/bin/mandoc/Makefile   Wed Aug 15 08:19:18 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2018/08/14 08:53:06 christos Exp $
+# $NetBSD: Makefile,v 1.14 2018/08/15 08:19:18 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -34,7 +34,7 @@
 .else
 SRCS.libmandoc!=cd ${.PARSEDIR}/../../lib/libmandoc && ${MAKE} -v SRCS
 
-SRCS+=         ${SRCS.libmandoc} compat_strtonum.c compat_reallocarray.c
+SRCS+=         ${SRCS.libmandoc} compat_strtonum.c compat_reallocarray.c compat_recallocarray.c
 .endif
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index