=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.488.2.2 retrieving revision 1.488.2.3 diff -u -p -r1.488.2.2 -r1.488.2.3 --- mandoc/Makefile 2016/08/02 11:19:26 1.488.2.2 +++ mandoc/Makefile 2016/10/20 18:06:53 1.488.2.3 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.488.2.2 2016/08/02 11:19:26 schwarze Exp $ +# $Id: Makefile,v 1.488.2.3 2016/10/20 18:06:53 schwarze Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013-2016 Ingo Schwarze @@ -20,6 +20,7 @@ VERSION = 1.13.4 # === LIST OF FILES ==================================================== TESTSRCS = test-dirent-namlen.c \ + test-EFTYPE.c \ test-err.c \ test-fts.c \ test-getline.c \