]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libcapsicum/Makefile
Add UPDATING entries and bump version.
[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_limit_stream.3
13 MLINKS+=capsicum_helpers.3 caph_limit_stdin.3
14 MLINKS+=capsicum_helpers.3 caph_limit_stderr.3
15 MLINKS+=capsicum_helpers.3 caph_limit_stdout.3
16 MLINKS+=capsicum_helpers.3 caph_limit_stdio.3
17 MLINKS+=capsicum_helpers.3 caph_cache_tzdata.3
18 MLINKS+=capsicum_helpers.3 caph_cache_catpages.3
19
20 .include <bsd.lib.mk>