mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
10 lines
214 B
Makefile
10 lines
214 B
Makefile
#
|
|
# libc sources related to security
|
|
|
|
.PATH: ${LIBC_SRCTOP}/secure
|
|
|
|
# Sources common to both syscall interfaces:
|
|
SRCS+= stack_protector.c \
|
|
stack_protector_compat.c
|
|
|
|
SYM_MAPS+= ${LIBC_SRCTOP}/secure/Symbol.map
|