=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.501 retrieving revision 1.502 diff -u -p -r1.501 -r1.502 --- mandoc/Makefile 2017/02/16 16:09:33 1.501 +++ mandoc/Makefile 2017/02/18 12:24:24 1.502 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.501 2017/02/16 16:09:33 schwarze Exp $ +# $Id: Makefile,v 1.502 2017/02/18 12:24:24 schwarze Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013-2017 Ingo Schwarze @@ -31,6 +31,7 @@ TESTSRCS = test-be32toh.c \ test-mkdtemp.c \ test-nanosleep.c \ test-ntohl.c \ + test-O_DIRECTORY.c \ test-ohash.c \ test-PATH_MAX.c \ test-pledge.c \