diff options
Diffstat (limited to 'lib/libpthread/arch/ia64/Makefile.inc')
-rw-r--r-- | lib/libpthread/arch/ia64/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/arch/ia64/Makefile.inc b/lib/libpthread/arch/ia64/Makefile.inc index c0e4c47..c8b0362 100644 --- a/lib/libpthread/arch/ia64/Makefile.inc +++ b/lib/libpthread/arch/ia64/Makefile.inc @@ -2,4 +2,4 @@ .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH} -SRCS+= context.S enter_uts.S +SRCS+= context.S enter_uts.S pthread_md.c |