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 more sources for compat.



details:   https://anonhg.NetBSD.org/src/rev/3f8f2344dd07
branches:  trunk
changeset: 812500:3f8f2344dd07
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 18 11:12:33 2015 +0000

description:
more sources for compat.

diffstat:

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

diffs (18 lines):

diff -r f46995bb9dda -r 3f8f2344dd07 external/bsd/mdocml/bin/mandoc/Makefile
--- a/external/bsd/mdocml/bin/mandoc/Makefile   Fri Dec 18 09:57:57 2015 +0000
+++ b/external/bsd/mdocml/bin/mandoc/Makefile   Fri Dec 18 11:12:33 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/12/17 22:31:01 christos Exp $
+# $NetBSD: Makefile,v 1.9 2015/12/18 11:12:33 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -17,7 +17,7 @@
 .else
 SRCS.libmandoc!=cd ${.PARSEDIR}/../../lib/libmandoc && ${MAKE} -V '$${SRCS}'
 
-SRCS+=         ${SRCS.libmandoc}
+SRCS+=         ${SRCS.libmandoc} compat_strtonum.c compat_reallocarray.c
 .endif
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index