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

Diff for /mandoc/Makefile between version 1.527 and 1.528

version 1.527, 2018/12/14 01:18:25 version 1.528, 2019/03/04 13:01:57
Line 1 
Line 1 
 # $Id$  # $Id$
 #  #
 # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>  # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
 # Copyright (c) 2011, 2013-2018 Ingo Schwarze <schwarze@openbsd.org>  # Copyright (c) 2011, 2013-2019 Ingo Schwarze <schwarze@openbsd.org>
 #  #
 # Permission to use, copy, modify, and distribute this software for any  # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above  # purpose with or without fee is hereby granted, provided that the above
Line 54  TESTSRCS  = test-be32toh.c \
Line 54  TESTSRCS  = test-be32toh.c \
                    test-vasprintf.c \                     test-vasprintf.c \
                    test-wchar.c                     test-wchar.c
   
 SRCS             = att.c \  SRCS             = arch.c \
                      att.c \
                    catman.c \                     catman.c \
                    cgi.c \                     cgi.c \
                    chars.c \                     chars.c \
Line 235  LIBROFF_OBJS  = eqn.o \
Line 236  LIBROFF_OBJS  = eqn.o \
 LIBMANDOC_OBJS   = $(LIBMAN_OBJS) \  LIBMANDOC_OBJS   = $(LIBMAN_OBJS) \
                    $(LIBMDOC_OBJS) \                     $(LIBMDOC_OBJS) \
                    $(LIBROFF_OBJS) \                     $(LIBROFF_OBJS) \
                      arch.o \
                    chars.o \                     chars.o \
                    mandoc.o \                     mandoc.o \
                    mandoc_aux.o \                     mandoc_aux.o \

Legend:
Removed from v.1.527  
changed lines
  Added in v.1.528

CVSweb