]> git.saurik.com Git - apple/libc.git/blob - secure/Makefile.inc
Libc-763.12.tar.gz
[apple/libc.git] / secure / Makefile.inc
1 .PATH: ${.CURDIR}/secure
2
3 MISRCS += chk_fail.c \
4 memcpy_chk.c \
5 memmove_chk.c \
6 memset_chk.c \
7 strcpy_chk.c \
8 stpcpy_chk.c \
9 strncpy_chk.c \
10 stpncpy_chk.c \
11 strcat_chk.c \
12 strncat_chk.c \
13 sprintf_chk.c \
14 snprintf_chk.c \
15 vsprintf_chk.c \
16 vsnprintf_chk.c
17
18 LDBLSRCS += sprintf_chk.c \
19 snprintf_chk.c \
20 vsprintf_chk.c \
21 vsnprintf_chk.c