diff options
author | ru <ru@FreeBSD.org> | 2003-07-02 20:52:39 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-07-02 20:52:39 +0000 |
commit | 78334a2ff7645603a2a07585e882b4218d19bd8a (patch) | |
tree | bde01b0dcb42a756d42ce23f5b9b958e765dc3d3 /lib/libpthread | |
parent | e00593397e793d9ef231b938cf807f4c785efafc (diff) | |
download | FreeBSD-src-78334a2ff7645603a2a07585e882b4218d19bd8a.zip FreeBSD-src-78334a2ff7645603a2a07585e882b4218d19bd8a.tar.gz |
Style.
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/support/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/support/Makefile.inc b/lib/libpthread/support/Makefile.inc index 9f6783e..f6fec95 100644 --- a/lib/libpthread/support/Makefile.inc +++ b/lib/libpthread/support/Makefile.inc @@ -1,8 +1,8 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/support +.PATH: ${.CURDIR}/support -SOBJS+= thr_libc.So +SOBJS+= thr_libc.So CLEANFILES+= thr_support.So thr_libc.So: thr_support.So |