OpenBSD pledge(2) and unveil(2) support #157

Closed
emma wants to merge 3 commits from openbsd into main
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 0c4923016e - Show all commits

View File

@ -19,7 +19,7 @@ PREFIX ?= /usr/local
# for conditionally compiling OS features
OS != uname
OS_INCLUDE != test -e include/$(OS).mk && printf 'include/$(OS).mk\n' \
|| include/None.mk
|| printf '/dev/null\n'
# normalized prefix
PREFIX_N != dirname $(PREFIX)/.

View File