xref: /freebsd/lib/libc/secure/Makefile.inc (revision eb9da1ada8b6b2c74378a5c17029ec5a7fb199e6)
1# $FreeBSD$
2#
3# libc sources related to security
4
5.PATH: ${LIBC_SRCTOP}/secure
6
7# Sources common to both syscall interfaces:
8SRCS+=	stack_protector.c
9.if ${MK_SYMVER} == yes
10SRCS+=	stack_protector_compat.c
11.endif
12
13SYM_MAPS+=    ${LIBC_SRCTOP}/secure/Symbol.map
14