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

Diff for /mandoc/Makefile between version 1.472 and 1.474

version 1.472, 2015/11/05 17:47:51 version 1.474, 2015/11/06 17:33:34
Line 28  TESTSRCS  = test-dirent-namlen.c \
Line 28  TESTSRCS  = test-dirent-namlen.c \
                    test-mkdtemp.c \                     test-mkdtemp.c \
                    test-mmap.c \                     test-mmap.c \
                    test-ohash.c \                     test-ohash.c \
                      test-pledge.c \
                    test-progname.c \                     test-progname.c \
                    test-reallocarray.c \                     test-reallocarray.c \
                    test-sqlite3.c \                     test-sqlite3.c \
Line 52  SRCS   = att.c \
Line 53  SRCS   = att.c \
                    compat_isblank.c \                     compat_isblank.c \
                    compat_mkdtemp.c \                     compat_mkdtemp.c \
                    compat_ohash.c \                     compat_ohash.c \
                      compat_progname.c \
                    compat_reallocarray.c \                     compat_reallocarray.c \
                    compat_sqlite3_errstr.c \                     compat_sqlite3_errstr.c \
                    compat_strcasestr.c \                     compat_strcasestr.c \
Line 211  COMPAT_OBJS  = compat_err.o \
Line 213  COMPAT_OBJS  = compat_err.o \
                    compat_isblank.o \                     compat_isblank.o \
                    compat_mkdtemp.o \                     compat_mkdtemp.o \
                    compat_ohash.o \                     compat_ohash.o \
                      compat_progname.o \
                    compat_reallocarray.o \                     compat_reallocarray.o \
                    compat_sqlite3_errstr.o \                     compat_sqlite3_errstr.o \
                    compat_strcasestr.o \                     compat_strcasestr.o \

Legend:
Removed from v.1.472  
changed lines
  Added in v.1.474

CVSweb