=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.498 retrieving revision 1.499 diff -u -p -r1.498 -r1.499 --- mandoc/Makefile 2017/02/08 13:36:32 1.498 +++ mandoc/Makefile 2017/02/08 16:11:40 1.499 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.498 2017/02/08 13:36:32 schwarze Exp $ +# $Id: Makefile,v 1.499 2017/02/08 16:11:40 schwarze Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013-2017 Ingo Schwarze @@ -20,6 +20,7 @@ VERSION = 1.14.1 # === LIST OF FILES ==================================================== TESTSRCS = test-be32toh.c \ + test-cmsg.c \ test-dirent-namlen.c \ test-EFTYPE.c \ test-err.c \ @@ -34,6 +35,7 @@ TESTSRCS = test-be32toh.c \ test-PATH_MAX.c \ test-pledge.c \ test-progname.c \ + test-recvmsg.c \ test-reallocarray.c \ test-rewb-bsd.c \ test-rewb-sysv.c \