4c1a82cea5
The default package use to be FreeBSD-runtime but it should only contain binaries and libs enough to boot to single user and repair the system, it is also very handy to have a package that can be tranform to a small mfsroot. So create a new package named FreeBSD-utilities and make it the default one. Also move a few binaries and lib into this package when it make sense. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21506
21 lines
645 B
Makefile
21 lines
645 B
Makefile
# $FreeBSD$
|
|
|
|
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_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>
|