=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.488 retrieving revision 1.488.2.1 diff -u -p -r1.488 -r1.488.2.1 --- mandoc/Makefile 2016/07/12 05:18:38 1.488 +++ mandoc/Makefile 2016/07/20 14:14:07 1.488.2.1 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.488 2016/07/12 05:18:38 kristaps Exp $ +# $Id: Makefile,v 1.488.2.1 2016/07/20 14:14:07 schwarze Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013-2016 Ingo Schwarze @@ -27,6 +27,7 @@ TESTSRCS = test-dirent-namlen.c \ test-isblank.c \ test-mkdtemp.c \ test-mmap.c \ + test-nanosleep.c \ test-ohash.c \ test-pledge.c \ test-progname.c \