Module Name:    src
Committed By:   mrg
Date:           Wed Aug 15 08:19:18 UTC 2018

Modified Files:
        src/external/bsd/mdocml/bin/mandoc: Makefile

Log Message:
add missing compat_recallocarray.c to the HOSTPROG part.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/external/bsd/mdocml/bin/mandoc/Makefile:1.14
--- src/external/bsd/mdocml/bin/mandoc/Makefile:1.13	Tue Aug 14 08:53:06 2018
+++ src/external/bsd/mdocml/bin/mandoc/Makefile	Wed Aug 15 08:19:18 2018
@@ -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 @@ CPPFLAGS+=	-DUSE_WCHAR
 .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>

Reply via email to