]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libcapsicum/Makefile
Add two missing eventhandler.h headers
[FreeBSD/FreeBSD.git] / lib / libcapsicum / Makefile
1 # $FreeBSD$
2
3 PACKAGE=lib${LIB}
4
5 INCS=   capsicum_helpers.h
6
7 MAN+=   capsicum_helpers.3
8
9 MLINKS+=capsicum_helpers.3 caph_enter.3
10 MLINKS+=capsicum_helpers.3 caph_enter_casper.3
11 MLINKS+=capsicum_helpers.3 caph_rights_limit.3
12 MLINKS+=capsicum_helpers.3 caph_fcntls_limit.3
13 MLINKS+=capsicum_helpers.3 caph_ioctls_limit.3
14 MLINKS+=capsicum_helpers.3 caph_limit_stream.3
15 MLINKS+=capsicum_helpers.3 caph_limit_stdin.3
16 MLINKS+=capsicum_helpers.3 caph_limit_stderr.3
17 MLINKS+=capsicum_helpers.3 caph_limit_stdout.3
18 MLINKS+=capsicum_helpers.3 caph_limit_stdio.3
19 MLINKS+=capsicum_helpers.3 caph_cache_tzdata.3
20 MLINKS+=capsicum_helpers.3 caph_cache_catpages.3
21
22 .include <bsd.lib.mk>