diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-09-30 06:36:56 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-09-30 06:36:56 +0000 |
| commit | dc3a8b52c0f870cb23ddea843431bacca03fc629 (patch) | |
| tree | ae55e7dc9f14a22b4e9e0ff67c28ff7d6541727d /lib/libpthread/thread/Makefile.inc | |
| parent | 05f3e91279c3769a892dd11d1c779bdbf58aee6d (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/Makefile.inc')
| -rw-r--r-- | lib/libpthread/thread/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc index 0c5c5822d714..004982a8b6bc 100644 --- a/lib/libpthread/thread/Makefile.inc +++ b/lib/libpthread/thread/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.14 1998/09/07 19:01:43 alex Exp $ +# $Id: Makefile.inc,v 1.15 1998/09/12 22:03:20 dt Exp $ # uthread sources .PATH: ${.CURDIR}/uthread @@ -40,6 +40,7 @@ SRCS+= \ uthread_fstat.c \ uthread_fstatfs.c \ uthread_fsync.c \ + uthread_gc.c \ uthread_getdirentries.c \ uthread_getpeername.c \ uthread_getprio.c \ |
