=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.472 retrieving revision 1.474 diff -u -p -r1.472 -r1.474 --- mandoc/Makefile 2015/11/05 17:47:51 1.472 +++ mandoc/Makefile 2015/11/06 17:33:34 1.474 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.472 2015/11/05 17:47:51 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 \ @@ -52,6 +53,7 @@ SRCS = att.c \ compat_isblank.c \ compat_mkdtemp.c \ compat_ohash.c \ + compat_progname.c \ compat_reallocarray.c \ compat_sqlite3_errstr.c \ compat_strcasestr.c \ @@ -211,6 +213,7 @@ COMPAT_OBJS = compat_err.o \ compat_isblank.o \ compat_mkdtemp.o \ compat_ohash.o \ + compat_progname.o \ compat_reallocarray.o \ compat_sqlite3_errstr.o \ compat_strcasestr.o \