]> git.saurik.com Git - apple/libc.git/blob - secure/Makefile.inc
Libc-594.9.4.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 strcat_chk.c \
11 strncat_chk.c \
12 sprintf_chk.c \
13 snprintf_chk.c \
14 vsprintf_chk.c \
15 vsnprintf_chk.c
16
17 LDBLSRCS += sprintf_chk.c \
18 snprintf_chk.c \
19 vsprintf_chk.c \
20 vsnprintf_chk.c