[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Makefile between version 1.417 and 1.418

version 1.417, 2014/04/22 22:03:22 version 1.418, 2014/04/23 21:06:41
Line 64  TESTSRCS  = test-fgetln.c \
Line 64  TESTSRCS  = test-fgetln.c \
                    test-getsubopt.c \                     test-getsubopt.c \
                    test-mmap.c \                     test-mmap.c \
                    test-ohash.c \                     test-ohash.c \
                      test-reallocarray.c \
                    test-strlcat.c \                     test-strlcat.c \
                    test-strlcpy.c \                     test-strlcpy.c \
                    test-strnlen.c \                     test-strnlen.c \
Line 86  SRCS   = LICENSE \
Line 87  SRCS   = LICENSE \
                    compat_getsubopt.c \                     compat_getsubopt.c \
                    compat_ohash.c \                     compat_ohash.c \
                    compat_ohash.h \                     compat_ohash.h \
                      compat_reallocarray.c \
                    compat_strcasestr.c \                     compat_strcasestr.c \
                    compat_strlcat.c \                     compat_strlcat.c \
                    compat_strlcpy.c \                     compat_strlcpy.c \
Line 213  LIBMANDOC_OBJS  = $(LIBMAN_OBJS) \
Line 215  LIBMANDOC_OBJS  = $(LIBMAN_OBJS) \
 COMPAT_OBJS      = compat_fgetln.o \  COMPAT_OBJS      = compat_fgetln.o \
                    compat_getsubopt.o \                     compat_getsubopt.o \
                    compat_ohash.o \                     compat_ohash.o \
                      compat_reallocarray.o \
                    compat_strcasestr.o \                     compat_strcasestr.o \
                    compat_strlcat.o \                     compat_strlcat.o \
                    compat_strlcpy.o \                     compat_strlcpy.o \

Legend:
Removed from v.1.417  
changed lines
  Added in v.1.418

CVSweb