=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.487 retrieving revision 1.488 diff -u -p -r1.487 -r1.488 --- mandoc/Makefile 2016/07/10 18:24:23 1.487 +++ mandoc/Makefile 2016/07/12 05:18:38 1.488 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.487 2016/07/10 18:24:23 schwarze Exp $ +# $Id: Makefile,v 1.488 2016/07/12 05:18:38 kristaps Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013-2016 Ingo Schwarze @@ -33,6 +33,7 @@ TESTSRCS = test-dirent-namlen.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 \