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/b0f81885aaeb
branches:  trunk
changeset: 363906:b0f81885aaeb
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 3484aebd05dc -r b0f81885aaeb 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