mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
20 lines
680 B
Makefile
20 lines
680 B
Makefile
INCS= capsicum_helpers.h
|
|
|
|
MAN+= capsicum_helpers.3
|
|
|
|
MLINKS+=capsicum_helpers.3 caph_enter.3
|
|
MLINKS+=capsicum_helpers.3 caph_enter_casper.3
|
|
MLINKS+=capsicum_helpers.3 caph_stream_rights.3
|
|
MLINKS+=capsicum_helpers.3 caph_rights_limit.3
|
|
MLINKS+=capsicum_helpers.3 caph_fcntls_limit.3
|
|
MLINKS+=capsicum_helpers.3 caph_ioctls_limit.3
|
|
MLINKS+=capsicum_helpers.3 caph_limit_stream.3
|
|
MLINKS+=capsicum_helpers.3 caph_limit_stdin.3
|
|
MLINKS+=capsicum_helpers.3 caph_limit_stderr.3
|
|
MLINKS+=capsicum_helpers.3 caph_limit_stdout.3
|
|
MLINKS+=capsicum_helpers.3 caph_limit_stdio.3
|
|
MLINKS+=capsicum_helpers.3 caph_cache_tzdata.3
|
|
MLINKS+=capsicum_helpers.3 caph_cache_catpages.3
|
|
|
|
.include <bsd.lib.mk>
|