1# $FreeBSD$ 2 3INCS= capsicum_helpers.h 4 5MAN+= capsicum_helpers.3 6 7MLINKS+=capsicum_helpers.3 caph_enter.3 8MLINKS+=capsicum_helpers.3 caph_enter_casper.3 9MLINKS+=capsicum_helpers.3 caph_rights_limit.3 10MLINKS+=capsicum_helpers.3 caph_fcntls_limit.3 11MLINKS+=capsicum_helpers.3 caph_ioctls_limit.3 12MLINKS+=capsicum_helpers.3 caph_limit_stream.3 13MLINKS+=capsicum_helpers.3 caph_limit_stdin.3 14MLINKS+=capsicum_helpers.3 caph_limit_stderr.3 15MLINKS+=capsicum_helpers.3 caph_limit_stdout.3 16MLINKS+=capsicum_helpers.3 caph_limit_stdio.3 17MLINKS+=capsicum_helpers.3 caph_cache_tzdata.3 18MLINKS+=capsicum_helpers.3 caph_cache_catpages.3 19 20.include <bsd.lib.mk> 21