5a453d5f5b
The idea behind those functions is not to force consumers to remember that there is a need to check errno on failure. We already have a caph_enter(3) function which does the same for cap_enter(2). MFC after: 2 weeks
21 lines
570 B
Makefile
21 lines
570 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=lib${LIB}
|
|
|
|
INCS= capsicum_helpers.h
|
|
|
|
MAN+= capsicum_helpers.3
|
|
|
|
MLINKS+=capsicum_helpers.3 caph_enter.3
|
|
MLINKS+=capsicum_helpers.3 caph_enter_casper.3
|
|
MLINKS+=capsicum_helpers.3 caph_rights_limit.3
|
|
MLINKS+=capsicum_helpers.3 caph_limit_stream.3
|
|
MLINKS+=capsicum_helpers.3 caph_limit_stdin.3
|
|
MLINKS+=capsicum_helpers.3 caph_limit_stderr.3
|
|
MLINKS+=capsicum_helpers.3 caph_limit_stdout.3
|
|
MLINKS+=capsicum_helpers.3 caph_limit_stdio.3
|
|
MLINKS+=capsicum_helpers.3 caph_cache_tzdata.3
|
|
MLINKS+=capsicum_helpers.3 caph_cache_catpages.3
|
|
|
|
.include <bsd.lib.mk>
|