diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2020-04-30 22:08:40 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2020-04-30 22:08:40 +0000 |
| commit | 371f3da616598f7bcd14e26b54c7b2c96ec9bbd7 (patch) | |
| tree | 00f1b88102111e229fe23a82c521226b5dcccf90 /lib/libc/secure | |
| parent | de1ca573862d591616142b50d5c3966a05c7b089 (diff) | |
Notes
Diffstat (limited to 'lib/libc/secure')
| -rw-r--r-- | lib/libc/secure/Makefile.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/secure/Makefile.inc b/lib/libc/secure/Makefile.inc index e2e75c70603b..239cd7b8d1c6 100644 --- a/lib/libc/secure/Makefile.inc +++ b/lib/libc/secure/Makefile.inc @@ -5,9 +5,7 @@ .PATH: ${LIBC_SRCTOP}/secure # Sources common to both syscall interfaces: -SRCS+= stack_protector.c -.if ${MK_SYMVER} == yes -SRCS+= stack_protector_compat.c -.endif +SRCS+= stack_protector.c \ + stack_protector_compat.c SYM_MAPS+= ${LIBC_SRCTOP}/secure/Symbol.map |
