summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-11-06 17:33:34 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-11-06 17:33:34 +0000
commit76c7674a39f6ce0879ba3aa3140b438db94473e2 (patch)
tree68ab1d5d56311b77087eb0ea26ea0792b18eac37 /Makefile
parenta8ce1f9346beb8f6af8a2704f58ad1be8a491a40 (diff)
downloadmandoc-76c7674a39f6ce0879ba3aa3140b438db94473e2.tar.gz
merge pledge(2) support from OpenBSD
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0687a13f..6f0d7a63 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \