=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.517 retrieving revision 1.518 diff -u -p -r1.517 -r1.518 --- mandoc/Makefile 2017/08/05 13:34:39 1.517 +++ mandoc/Makefile 2018/02/27 11:16:23 1.518 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.517 2017/08/05 13:34:39 schwarze Exp $ +# $Id: Makefile,v 1.518 2018/02/27 11:16:23 schwarze Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013-2017 Ingo Schwarze @@ -46,6 +46,7 @@ TESTSRCS = test-be32toh.c \ test-stringlist.c \ test-strlcat.c \ test-strlcpy.c \ + test-strndup.c \ test-strptime.c \ test-strsep.c \ test-strtonum.c \ @@ -70,6 +71,7 @@ SRCS = att.c \ compat_stringlist.c \ compat_strlcat.c \ compat_strlcpy.c \ + compat_strndup.c \ compat_strsep.c \ compat_strtonum.c \ compat_vasprintf.c \ @@ -249,6 +251,7 @@ COMPAT_OBJS = compat_err.o \ compat_strcasestr.o \ compat_strlcat.o \ compat_strlcpy.o \ + compat_strndup.o \ compat_strsep.o \ compat_strtonum.o \ compat_vasprintf.o