=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.489 retrieving revision 1.491 diff -u -p -r1.489 -r1.491 --- mandoc/Makefile 2016/07/19 21:31:55 1.489 +++ mandoc/Makefile 2016/08/02 11:09:46 1.491 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.489 2016/07/19 21:31:55 schwarze Exp $ +# $Id: Makefile,v 1.491 2016/08/02 11:09:46 schwarze Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013-2016 Ingo Schwarze @@ -20,13 +20,16 @@ VERSION = 1.14.0 # === LIST OF FILES ==================================================== TESTSRCS = test-dirent-namlen.c \ + test-EFTYPE.c \ test-err.c \ test-fts.c \ test-getline.c \ test-getsubopt.c \ test-isblank.c \ test-mkdtemp.c \ + test-nanosleep.c \ test-ohash.c \ + test-PATH_MAX.c \ test-pledge.c \ test-progname.c \ test-reallocarray.c \