]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libcapsicum/Makefile
bhnd(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / lib / libcapsicum / Makefile
1 # $FreeBSD$
2
3 INCS=   capsicum_helpers.h
4
5 MAN+=   capsicum_helpers.3
6
7 MLINKS+=capsicum_helpers.3 caph_enter.3
8 MLINKS+=capsicum_helpers.3 caph_enter_casper.3
9 MLINKS+=capsicum_helpers.3 caph_stream_rights.3
10 MLINKS+=capsicum_helpers.3 caph_rights_limit.3
11 MLINKS+=capsicum_helpers.3 caph_fcntls_limit.3
12 MLINKS+=capsicum_helpers.3 caph_ioctls_limit.3
13 MLINKS+=capsicum_helpers.3 caph_limit_stream.3
14 MLINKS+=capsicum_helpers.3 caph_limit_stdin.3
15 MLINKS+=capsicum_helpers.3 caph_limit_stderr.3
16 MLINKS+=capsicum_helpers.3 caph_limit_stdout.3
17 MLINKS+=capsicum_helpers.3 caph_limit_stdio.3
18 MLINKS+=capsicum_helpers.3 caph_cache_tzdata.3
19 MLINKS+=capsicum_helpers.3 caph_cache_catpages.3
20
21 .include <bsd.lib.mk>