X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/c957a83bde4df2e2d3d1ed0963656856b48ef0a0..224c70764cab4e0e39a26aaf3ad3016552f62f55:/threads/Makefile.inc diff --git a/threads/Makefile.inc b/threads/Makefile.inc index 981911b..6495b95 100644 --- a/threads/Makefile.inc +++ b/threads/Makefile.inc @@ -1,7 +1,9 @@ .PATH: ${.CURDIR}/${MACHINE_ARCH}/threads ${.CURDIR}/threads +.ifnmake autopatch .if exists(${.CURDIR}/${MACHINE_ARCH}/threads/Makefile.inc) .include "${.CURDIR}/${MACHINE_ARCH}/threads/Makefile.inc" .endif +.endif # !autopatch MISRCS += cprocs.c cthreads.c lu_utils.c mig_support.c