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

Diff for /mandoc/Makefile between version 1.512 and 1.513

version 1.512, 2017/05/07 17:31:45 version 1.513, 2017/06/12 19:05:47
Line 38  TESTSRCS  = test-be32toh.c \
Line 38  TESTSRCS  = test-be32toh.c \
                    test-progname.c \                     test-progname.c \
                    test-recvmsg.c \                     test-recvmsg.c \
                    test-reallocarray.c \                     test-reallocarray.c \
                      test-recallocarray.c \
                    test-rewb-bsd.c \                     test-rewb-bsd.c \
                    test-rewb-sysv.c \                     test-rewb-sysv.c \
                    test-sandbox_init.c \                     test-sandbox_init.c \
Line 64  SRCS   = att.c \
Line 65  SRCS   = att.c \
                    compat_ohash.c \                     compat_ohash.c \
                    compat_progname.c \                     compat_progname.c \
                    compat_reallocarray.c \                     compat_reallocarray.c \
                      compat_recallocarray.c \
                    compat_strcasestr.c \                     compat_strcasestr.c \
                    compat_stringlist.c \                     compat_stringlist.c \
                    compat_strlcat.c \                     compat_strlcat.c \
Line 240  COMPAT_OBJS  = compat_err.o \
Line 242  COMPAT_OBJS  = compat_err.o \
                    compat_ohash.o \                     compat_ohash.o \
                    compat_progname.o \                     compat_progname.o \
                    compat_reallocarray.o \                     compat_reallocarray.o \
                      compat_recallocarray.o \
                    compat_strcasestr.o \                     compat_strcasestr.o \
                    compat_strlcat.o \                     compat_strlcat.o \
                    compat_strlcpy.o \                     compat_strlcpy.o \

Legend:
Removed from v.1.512  
changed lines
  Added in v.1.513

CVSweb