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

Diff for /mandoc/Makefile between version 1.511 and 1.513

version 1.511, 2017/05/05 02:06:19 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 125  SRCS   = att.c \
Line 127  SRCS   = att.c \
                    term.c \                     term.c \
                    term_ascii.c \                     term_ascii.c \
                    term_ps.c \                     term_ps.c \
                      term_tab.c \
                    tree.c                     tree.c
   
 DISTFILES        = INSTALL \  DISTFILES        = INSTALL \
Line 239  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 \
Line 260  MANDOC_TERM_OBJS = eqn_term.o \
Line 264  MANDOC_TERM_OBJS = eqn_term.o \
                    term.o \                     term.o \
                    term_ascii.o \                     term_ascii.o \
                    term_ps.o \                     term_ps.o \
                      term_tab.o \
                    tbl_term.o                     tbl_term.o
   
 DBM_OBJS         = dbm.o \  DBM_OBJS         = dbm.o \

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

CVSweb