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

Diff for /mandoc/Makefile between version 1.533 and 1.535

version 1.533, 2020/06/15 01:37:14 version 1.535, 2020/06/22 20:00:38
Line 19  VERSION = 1.14.5
Line 19  VERSION = 1.14.5
   
 # === LIST OF FILES ====================================================  # === LIST OF FILES ====================================================
   
 TESTSRCS         = test-be32toh.c \  TESTSRCS         = test-attribute.c \
                      test-be32toh.c \
                    test-cmsg.c \                     test-cmsg.c \
                    test-dirent-namlen.c \                     test-dirent-namlen.c \
                    test-EFTYPE.c \                     test-EFTYPE.c \
Line 261  ALL_COBJS  = compat_err.o \
Line 262  ALL_COBJS  = compat_err.o \
                    compat_reallocarray.o \                     compat_reallocarray.o \
                    compat_recallocarray.o \                     compat_recallocarray.o \
                    compat_strcasestr.o \                     compat_strcasestr.o \
                      compat_stringlist.o \
                    compat_strlcat.o \                     compat_strlcat.o \
                    compat_strlcpy.o \                     compat_strlcpy.o \
                    compat_strndup.o \                     compat_strndup.o \

Legend:
Removed from v.1.533  
changed lines
  Added in v.1.535

CVSweb