=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.473 retrieving revision 1.474 diff -u -p -r1.473 -r1.474 --- mandoc/Makefile 2015/11/06 16:30:33 1.473 +++ mandoc/Makefile 2015/11/06 17:33:34 1.474 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.473 2015/11/06 16:30:33 schwarze Exp $ +# $Id: Makefile,v 1.474 2015/11/06 17:33:34 schwarze Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013, 2014, 2015 Ingo Schwarze @@ -28,6 +28,7 @@ TESTSRCS = test-dirent-namlen.c \ test-mkdtemp.c \ test-mmap.c \ test-ohash.c \ + test-pledge.c \ test-progname.c \ test-reallocarray.c \ test-sqlite3.c \