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