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