xref: /freebsd/lib/libc/secure/Makefile.inc (revision 9e4c35f867aca020df8d01fb7371bf5ae1cc8a2d)
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	stack_protector_compat.c
10
11SYM_MAPS+=    ${LIBC_SRCTOP}/secure/Symbol.map
12