Loading...
threads/Makefile.inc Libc-763.13 Libc-391
--- Libc/Libc-763.13/threads/Makefile.inc
+++ Libc/Libc-391/threads/Makefile.inc
@@ -1,7 +1,7 @@
 .PATH: ${.CURDIR}/${MACHINE_ARCH}/threads ${.CURDIR}/threads
 
-.sinclude "${.CURDIR}/${MACHINE_ARCH}/threads/Makefile.inc"
+.if exists(${.CURDIR}/${MACHINE_ARCH}/threads/Makefile.inc)
+.include "${.CURDIR}/${MACHINE_ARCH}/threads/Makefile.inc"
+.endif
 
-MISRCS += cprocs.c       cthreads.c     mig_support.c
-
-DYLDSRCS += mig_support.c
+MISRCS += cprocs.c       cthreads.c     lu_utils.c     mig_support.c