mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +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
17 lines
495 B
Makefile
17 lines
495 B
Makefile
# capability sources
|
|
.PATH: ${SRCTOP}/sys/kern ${LIBC_SRCTOP}/capability
|
|
|
|
SRCS+= subr_capability.c
|
|
|
|
SYM_MAPS+= ${LIBC_SRCTOP}/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
|