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

Diff for /mandoc/Makefile between version 1.536 and 1.537

version 1.536, 2021/09/19 11:03:40 version 1.537, 2021/09/19 15:05:39
Line 1 
Line 1 
 # $Id$  # $Id$
 #  #
 # Copyright (c) 2011, 2013-2020 Ingo Schwarze <schwarze@openbsd.org>  # Copyright (c) 2011, 2013-2021 Ingo Schwarze <schwarze@openbsd.org>
 # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>  # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
 #  #
 # Permission to use, copy, modify, and distribute this software for any  # Permission to use, copy, modify, and distribute this software for any
Line 30  TESTSRCS  = test-attribute.c \
Line 30  TESTSRCS  = test-attribute.c \
                    test-getsubopt.c \                     test-getsubopt.c \
                    test-isblank.c \                     test-isblank.c \
                    test-mkdtemp.c \                     test-mkdtemp.c \
                      test-mkstemps.c \
                    test-nanosleep.c \                     test-nanosleep.c \
                    test-noop.c \                     test-noop.c \
                    test-ntohl.c \                     test-ntohl.c \
Line 66  SRCS   = arch.c \
Line 67  SRCS   = arch.c \
                    compat_getsubopt.c \                     compat_getsubopt.c \
                    compat_isblank.c \                     compat_isblank.c \
                    compat_mkdtemp.c \                     compat_mkdtemp.c \
                      compat_mkstemps.c \
                    compat_ohash.c \                     compat_ohash.c \
                    compat_progname.c \                     compat_progname.c \
                    compat_reallocarray.c \                     compat_reallocarray.c \
Line 257  ALL_COBJS  = compat_err.o \
Line 259  ALL_COBJS  = compat_err.o \
                    compat_getsubopt.o \                     compat_getsubopt.o \
                    compat_isblank.o \                     compat_isblank.o \
                    compat_mkdtemp.o \                     compat_mkdtemp.o \
                      compat_mkstemps.o \
                    compat_ohash.o \                     compat_ohash.o \
                    compat_progname.o \                     compat_progname.o \
                    compat_reallocarray.o \                     compat_reallocarray.o \

Legend:
Removed from v.1.536  
changed lines
  Added in v.1.537

CVSweb