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 mdocml: stop building (empty)...



details:   https://anonhg.NetBSD.org/src/rev/566127428b79
branches:  trunk
changeset: 372211:566127428b79
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Oct 31 09:37:37 2022 +0000

description:
mdocml: stop building (empty) compat replacement file for reallocarray

diffstat:

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

diffs (18 lines):

diff -r c888d8618c21 -r 566127428b79 external/bsd/mdocml/bin/mandoc/Makefile
--- a/external/bsd/mdocml/bin/mandoc/Makefile   Mon Oct 31 09:30:43 2022 +0000
+++ b/external/bsd/mdocml/bin/mandoc/Makefile   Mon Oct 31 09:37:37 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/10/13 07:28:06 mrg Exp $
+# $NetBSD: Makefile,v 1.20 2022/10/31 09:37:37 wiz Exp $
 
 .include <bsd.own.mk>
 
@@ -41,7 +41,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
 .endif
 
 COPTS.man_term.c+= -Wno-error=array-bounds



Home | Main Index | Thread Index | Old Index