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

Diff for /mandoc/Makefile between version 1.431 and 1.432

version 1.431, 2014/08/05 11:19:13 version 1.432, 2014/08/05 12:50:52
Line 121  TESTSRCS  = test-fgetln.c \
Line 121  TESTSRCS  = test-fgetln.c \
                    test-mmap.c \                     test-mmap.c \
                    test-ohash.c \                     test-ohash.c \
                    test-reallocarray.c \                     test-reallocarray.c \
                      test-sqlite3_errstr.c \
                    test-strcasestr.c \                     test-strcasestr.c \
                    test-strlcat.c \                     test-strlcat.c \
                    test-strlcpy.c \                     test-strlcpy.c \
Line 136  SRCS   = apropos.c \
Line 137  SRCS   = apropos.c \
                    compat_getsubopt.c \                     compat_getsubopt.c \
                    compat_ohash.c \                     compat_ohash.c \
                    compat_reallocarray.c \                     compat_reallocarray.c \
                      compat_sqlite3_errstr.c \
                    compat_strcasestr.c \                     compat_strcasestr.c \
                    compat_strlcat.c \                     compat_strlcat.c \
                    compat_strlcpy.c \                     compat_strlcpy.c \
Line 281  COMPAT_OBJS  = compat_fgetln.o \
Line 283  COMPAT_OBJS  = compat_fgetln.o \
                    compat_getsubopt.o \                     compat_getsubopt.o \
                    compat_ohash.o \                     compat_ohash.o \
                    compat_reallocarray.o \                     compat_reallocarray.o \
                      compat_sqlite3_errstr.o \
                    compat_strcasestr.o \                     compat_strcasestr.o \
                    compat_strlcat.o \                     compat_strlcat.o \
                    compat_strlcpy.o \                     compat_strlcpy.o \

Legend:
Removed from v.1.431  
changed lines
  Added in v.1.432

CVSweb