diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-11-22 16:21:51 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-11-22 16:21:51 +0000 |
commit | 22b74528e2a12e785f4b8987aea532f5584265ec (patch) | |
tree | 0bf297ec36cdef04fd5a651cfaf36632ab5a10f6 /share | |
parent | 168c379bd7fe27ced1ad8efa0a99a5243b509f02 (diff) |
document SYSTRACE_FILTER_CCACHE, prompted by espie@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 043611287f2..ca6809a86a1 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.303 2011/11/22 16:01:30 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.304 2011/11/22 16:21:50 sthen Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -2172,6 +2172,12 @@ Location of the systrace filter file which is the basis for a port's actual systrace policy file. Defaults to .Pa ${PORTSDIR}/infrastructure/db/systrace.filter . +.It Ev SYSTRACE_FILTER_CCACHE +Location of the supplementary systrace filter file which is used when +.Ev USE_CCACHE +is enabled. +Defaults to +.Pa ${PORTSDIR}/infrastructure/db/systrace.filter.ccache . .It Ev SYSTRACE_SUBST_VARS List of variables used in ${SYSTRACE_FILTER} that will be substituted by their real value when creating the systrace policy file. |