diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-04-29 11:03:34 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-04-29 11:03:34 +0000 |
| commit | ccd1da1333d89eee7b7ef6008fbe692a714acaa4 (patch) | |
| tree | 7f151dee7398b24db9a789e339de5200ad76c200 /lib/libpthread/sys | |
| parent | 4a027d50c7f3f30178a89b3159ba9e4b44f06885 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/sys')
| -rw-r--r-- | lib/libpthread/sys/Makefile.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libpthread/sys/Makefile.inc b/lib/libpthread/sys/Makefile.inc index 16fd33d76506..79d1758aba70 100644 --- a/lib/libpthread/sys/Makefile.inc +++ b/lib/libpthread/sys/Makefile.inc @@ -1,5 +1,6 @@ -# $Id$ +# $Id: Makefile.inc,v 1.7 1997/05/03 03:57:21 jb Exp $ -.PATH: ${.CURDIR}/sys +.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH} + +SRCS+= __error.c _atomic_lock.S -SRCS+= __error.c |
