=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.487 retrieving revision 1.488.2.4 diff -u -p -r1.487 -r1.488.2.4 --- mandoc/Makefile 2016/07/10 18:24:23 1.487 +++ mandoc/Makefile 2017/02/05 22:24:41 1.488.2.4 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.487 2016/07/10 18:24:23 schwarze Exp $ +# $Id: Makefile,v 1.488.2.4 2017/02/05 22:24:41 schwarze Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013-2016 Ingo Schwarze @@ -20,6 +20,7 @@ VERSION = 1.13.4 # === LIST OF FILES ==================================================== TESTSRCS = test-dirent-namlen.c \ + test-EFTYPE.c \ test-err.c \ test-fts.c \ test-getline.c \ @@ -27,12 +28,15 @@ TESTSRCS = test-dirent-namlen.c \ test-isblank.c \ test-mkdtemp.c \ test-mmap.c \ + test-nanosleep.c \ test-ohash.c \ + test-PATH_MAX.c \ test-pledge.c \ test-progname.c \ test-reallocarray.c \ test-rewb-bsd.c \ test-rewb-sysv.c \ + test-sandbox_init.c \ test-sqlite3.c \ test-sqlite3_errstr.c \ test-strcasestr.c \ @@ -144,6 +148,7 @@ DISTFILES = INSTALL \ man.cgi.8 \ man.conf.5 \ man.h \ + man.options.1 \ manconf.h \ mandoc.1 \ mandoc.3 \