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

Diff for /mandoc/Makefile between version 1.395.2.15 and 1.395.2.17

version 1.395.2.15, 2014/03/23 12:04:54 version 1.395.2.17, 2014/04/23 21:31:38
Line 65  TESTSRCS  = test-betoh64.c \
Line 65  TESTSRCS  = test-betoh64.c \
                    test-fgetln.c \                     test-fgetln.c \
                    test-getsubopt.c \                     test-getsubopt.c \
                    test-mmap.c \                     test-mmap.c \
                      test-reallocarray.c \
                    test-strlcat.c \                     test-strlcat.c \
                    test-strlcpy.c \                     test-strlcpy.c \
                    test-strnlen.c \                     test-strnlen.c \
                    test-strptime.c                     test-strptime.c
   
 SRCS             = Makefile \  SRCS             = LICENSE \
                      Makefile \
                    NEWS \                     NEWS \
                    TODO \                     TODO \
                    apropos.1 \                     apropos.1 \
Line 88  SRCS   = Makefile \
Line 90  SRCS   = Makefile \
                    chars.in \                     chars.in \
                    compat_fgetln.c \                     compat_fgetln.c \
                    compat_getsubopt.c \                     compat_getsubopt.c \
                      compat_reallocarray.c \
                    compat_strcasestr.c \                     compat_strcasestr.c \
                    compat_strlcat.c \                     compat_strlcat.c \
                    compat_strlcpy.c \                     compat_strlcpy.c \
Line 211  LIBMANDOC_OBJS  = $(LIBMAN_OBJS) \
Line 214  LIBMANDOC_OBJS  = $(LIBMAN_OBJS) \
   
 COMPAT_OBJS      = compat_fgetln.o \  COMPAT_OBJS      = compat_fgetln.o \
                    compat_getsubopt.o \                     compat_getsubopt.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.395.2.15  
changed lines
  Added in v.1.395.2.17

CVSweb