summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2016-07-12 05:18:38 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2016-07-12 05:18:38 +0000
commit64b286c7df62ada31dfaeaaf812bce0a0a217325 (patch)
tree3ca968b1830a5a9a2feb52d20eb31486642ce175 /Makefile
parent7c248f50d315de6e082833a448c2ce9d69b6773b (diff)
downloadmandoc-64b286c7df62ada31dfaeaaf812bce0a0a217325.tar.gz
Add support for Mac OS X's sandbox_init(3) sandbox functionality, which
is marked as DEPRECATED in OS X after 2011 or so, but has not been removed and has no replacement. ok schwarze@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 89dcc440..4ac7172f 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@ TESTSRCS = test-dirent-namlen.c \
test-reallocarray.c \
test-rewb-bsd.c \
test-rewb-sysv.c \
+ test-sandbox_init.c \
test-sqlite3.c \
test-sqlite3_errstr.c \
test-strcasestr.c \