diff options
author | Jason Evans <jasone@FreeBSD.org> | 2000-01-04 18:21:16 +0000 |
---|---|---|
committer | Jason Evans <jasone@FreeBSD.org> | 2000-01-04 18:21:16 +0000 |
commit | e3e63d3abc60e474d5e4b42ad055ca04f5881174 (patch) | |
tree | 8273922d63df522b52977caf212ecc2d79f1fb02 /devel/linuxthreads | |
parent | Activate xwrits (diff) |
Commit the updated Makefile too. I'm baffled as to how 'fcvs com' has
neglected the Makefile twice.
Submitted by: dick
Diffstat (limited to 'devel/linuxthreads')
-rw-r--r-- | devel/linuxthreads/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile index 07a73524c5b9..0a78d007cb30 100644 --- a/devel/linuxthreads/Makefile +++ b/devel/linuxthreads/Makefile @@ -15,9 +15,9 @@ ONLY_FOR_ARCHS= i386 MAINTAINER= jasone@freebsd.org -threads_files := README.FreeBSD _atomic_lock.S clone.S clone.h getgr_r.c \ - lclone.c libc_calls.c libc_private.h libc_spinlock.c libc_spinlock.h \ - libc_thread.c sched.c uthread_file.c +threads_files := README.FreeBSD clone.S clone.h freebsd-compat.h getgr_r.c \ + gethostby_r.c getnetby_r.c getprotoby_r.c getpw_r.c getservby_r.c \ + lclone.c libc_calls.c libc_thread.c sched.c uthread_file.c WRKSRC= ${WRKDIR}/${PKGNAME} @@ -26,7 +26,7 @@ LIBSRC_BASE= ${SRC_BASE}/lib post-extract: @mv ${WRKDIR}/linuxthreads ${WRKDIR}/${PKGNAME} -.for src in no-tsd.c oldsemaphore.c sysdeps/pthread/semaphore.h +.for src in no-tsd.c oldsemaphore.c weaks.c sysdeps/pthread/semaphore.h @mv ${WRKSRC}/$(src) ${WRKSRC}/$(src).unused .endfor @cd ${FILESDIR} ; \ |