2015-08-14 03:03:13 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# libc sources related to security
|
|
|
|
|
|
|
|
.PATH: ${LIBC_SRCTOP}/secure
|
|
|
|
|
|
|
|
# Sources common to both syscall interfaces:
|
2016-03-15 19:26:32 +00:00
|
|
|
SRCS+= stack_protector.c
|
|
|
|
.if ${MK_SYMVER} == yes
|
|
|
|
SRCS+= stack_protector_compat.c
|
|
|
|
.endif
|
2015-08-14 03:03:13 +00:00
|
|
|
|
|
|
|
SYM_MAPS+= ${LIBC_SRCTOP}/secure/Symbol.map
|