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