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

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

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