=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.395.2.18 retrieving revision 1.395.2.19 diff -u -p -r1.395.2.18 -r1.395.2.19 --- mandoc/Makefile 2014/04/24 00:36:44 1.395.2.18 +++ mandoc/Makefile 2014/08/04 23:45:37 1.395.2.19 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.395.2.18 2014/04/24 00:36:44 schwarze Exp $ +# $Id: Makefile,v 1.395.2.19 2014/08/04 23:45:37 schwarze Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013, 2014 Ingo Schwarze @@ -83,7 +83,6 @@ TESTSRCS = test-betoh64.c \ test-reallocarray.c \ test-strlcat.c \ test-strlcpy.c \ - test-strnlen.c \ test-strptime.c SRCS = LICENSE \ @@ -109,7 +108,6 @@ SRCS = LICENSE \ compat_strcasestr.c \ compat_strlcat.c \ compat_strlcpy.c \ - compat_strnlen.c \ compat_strsep.c \ config.h.post \ config.h.pre \ @@ -233,7 +231,6 @@ COMPAT_OBJS = compat_fgetln.o \ compat_strcasestr.o \ compat_strlcat.o \ compat_strlcpy.o \ - compat_strnlen.o \ compat_strsep.o # === DEPENDENCY HANDLING ==============================================