=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.417 retrieving revision 1.418 diff -u -p -r1.417 -r1.418 --- mandoc/Makefile 2014/04/22 22:03:22 1.417 +++ mandoc/Makefile 2014/04/23 21:06:41 1.418 @@ -64,6 +64,7 @@ TESTSRCS = test-fgetln.c \ test-getsubopt.c \ test-mmap.c \ test-ohash.c \ + test-reallocarray.c \ test-strlcat.c \ test-strlcpy.c \ test-strnlen.c \ @@ -86,6 +87,7 @@ SRCS = LICENSE \ compat_getsubopt.c \ compat_ohash.c \ compat_ohash.h \ + compat_reallocarray.c \ compat_strcasestr.c \ compat_strlcat.c \ compat_strlcpy.c \ @@ -213,6 +215,7 @@ LIBMANDOC_OBJS = $(LIBMAN_OBJS) \ COMPAT_OBJS = compat_fgetln.o \ compat_getsubopt.o \ compat_ohash.o \ + compat_reallocarray.o \ compat_strcasestr.o \ compat_strlcat.o \ compat_strlcpy.o \