=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.416 retrieving revision 1.418 diff -u -p -r1.416 -r1.418 --- mandoc/Makefile 2014/04/18 10:30:37 1.416 +++ mandoc/Makefile 2014/04/23 21:06:41 1.418 @@ -64,12 +64,14 @@ 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 \ test-strptime.c -SRCS = Makefile \ +SRCS = LICENSE \ + Makefile \ NEWS \ TODO \ apropos.1 \ @@ -85,6 +87,7 @@ SRCS = Makefile \ compat_getsubopt.c \ compat_ohash.c \ compat_ohash.h \ + compat_reallocarray.c \ compat_strcasestr.c \ compat_strlcat.c \ compat_strlcpy.c \ @@ -212,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 \