summaryrefslogtreecommitdiffstats
path: root/lib/libc/capability/Makefile.inc
blob: 85be56ab8b927a40fe7e7a0690df6f86b987c514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

# capability sources
.PATH: ${.CURDIR}/../../sys/kern ${.CURDIR}/capability

SRCS+=	subr_capability.c

SYM_MAPS+=	${.CURDIR}/capability/Symbol.map

MAN+=	cap_rights_init.3

MLINKS+=cap_rights_init.3 cap_rights_set.3
MLINKS+=cap_rights_init.3 cap_rights_clear.3
MLINKS+=cap_rights_init.3 cap_rights_is_set.3
MLINKS+=cap_rights_init.3 cap_rights_is_valid.3
MLINKS+=cap_rights_init.3 cap_rights_merge.3
MLINKS+=cap_rights_init.3 cap_rights_remove.3
MLINKS+=cap_rights_init.3 cap_rights_contains.3
OpenPOWER on IntegriCloud