=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.536 retrieving revision 1.537 diff -u -p -r1.536 -r1.537 --- mandoc/Makefile 2021/09/19 11:03:40 1.536 +++ mandoc/Makefile 2021/09/19 15:05:39 1.537 @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.536 2021/09/19 11:03:40 schwarze Exp $ +# $Id: Makefile,v 1.537 2021/09/19 15:05:39 schwarze Exp $ # -# Copyright (c) 2011, 2013-2020 Ingo Schwarze +# Copyright (c) 2011, 2013-2021 Ingo Schwarze # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # # Permission to use, copy, modify, and distribute this software for any @@ -30,6 +30,7 @@ TESTSRCS = test-attribute.c \ test-getsubopt.c \ test-isblank.c \ test-mkdtemp.c \ + test-mkstemps.c \ test-nanosleep.c \ test-noop.c \ test-ntohl.c \ @@ -66,6 +67,7 @@ SRCS = arch.c \ compat_getsubopt.c \ compat_isblank.c \ compat_mkdtemp.c \ + compat_mkstemps.c \ compat_ohash.c \ compat_progname.c \ compat_reallocarray.c \ @@ -257,6 +259,7 @@ ALL_COBJS = compat_err.o \ compat_getsubopt.o \ compat_isblank.o \ compat_mkdtemp.o \ + compat_mkstemps.o \ compat_ohash.o \ compat_progname.o \ compat_reallocarray.o \