1 .PATH: ${.CURDIR}/ppc/gen
17 SUPPRESSSRCS += memcpy.c memmove.c memset.c
19 # makecontext.c can only compile with __DARWIN_UNIX03=0 because the structure
20 # field names are renamed with __ prefix when __DARWIN_UNIX03=1. If
21 # makecontext.c ever needs to build variant, this will have to be fix properly
22 CFLAGS-makecontext.c = -U__DARWIN_UNIX03 -D__DARWIN_UNIX03=0