From 76c7674a39f6ce0879ba3aa3140b438db94473e2 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 6 Nov 2015 17:33:34 +0000 Subject: merge pledge(2) support from OpenBSD --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 \ -- cgit