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

Diff for /mandoc/Makefile between version 1.512 and 1.514

version 1.512, 2017/05/07 17:31:45 version 1.514, 2017/07/01 09:47:30
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 92  SRCS   = att.c \
Line 94  SRCS   = att.c \
                    mandoc.c \                     mandoc.c \
                    mandoc_aux.c \                     mandoc_aux.c \
                    mandoc_ohash.c \                     mandoc_ohash.c \
                      mandoc_xr.c \
                    mandocd.c \                     mandocd.c \
                    mandocdb.c \                     mandocdb.c \
                    manpath.c \                     manpath.c \
Line 178  DISTFILES  = INSTALL \
Line 181  DISTFILES  = INSTALL \
                    mandoc_html.3 \                     mandoc_html.3 \
                    mandoc_malloc.3 \                     mandoc_malloc.3 \
                    mandoc_ohash.h \                     mandoc_ohash.h \
                      mandoc_xr.h \
                    mandocd.8 \                     mandocd.8 \
                    mansearch.3 \                     mansearch.3 \
                    mansearch.h \                     mansearch.h \
Line 227  LIBMANDOC_OBJS  = $(LIBMAN_OBJS) \
Line 231  LIBMANDOC_OBJS  = $(LIBMAN_OBJS) \
                    mandoc.o \                     mandoc.o \
                    mandoc_aux.o \                     mandoc_aux.o \
                    mandoc_ohash.o \                     mandoc_ohash.o \
                      mandoc_xr.o \
                    msec.o \                     msec.o \
                    preconv.o \                     preconv.o \
                    read.o                     read.o
Line 240  COMPAT_OBJS  = compat_err.o \
Line 245  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.514

CVSweb