2016-10-03 20:48:18 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PACKAGE=lib${LIB}
|
|
|
|
|
|
|
|
INCS= capsicum_helpers.h
|
|
|
|
|
2016-10-05 20:02:34 +00:00
|
|
|
MAN+= capsicum_helpers.3
|
|
|
|
|
2018-06-18 04:58:48 +00:00
|
|
|
MLINKS+=capsicum_helpers.3 caph_enter.3
|
|
|
|
MLINKS+=capsicum_helpers.3 caph_enter_casper.3
|
2018-11-04 17:22:58 +00:00
|
|
|
MLINKS+=capsicum_helpers.3 caph_rights_limit.3
|
2018-12-12 20:32:17 +00:00
|
|
|
MLINKS+=capsicum_helpers.3 caph_fcntls_limit.3
|
|
|
|
MLINKS+=capsicum_helpers.3 caph_ioctls_limit.3
|
2016-10-05 20:02:34 +00:00
|
|
|
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
|
|
|
|
|
2016-10-03 20:48:18 +00:00
|
|
|
.include <bsd.lib.mk>
|