diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2007-05-17 04:54:35 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2007-05-17 04:54:35 +0000 |
| commit | 683f4c0a4093f18022ae31ed10ff419fcbcfaa4f (patch) | |
| tree | 983bfcdbd19da220defa22060f802e67cfcdd9a8 /lib/libpthread | |
| parent | c1f4dd93557804e77fec0210b4db4a6ad0369a0a (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index dee03dba1ba8..a698115984fa 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -8,12 +8,12 @@ # (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the # system call stubs. -.if defined(DEFAULT_THREAD_LIB) && (${DEFAULT_THREAD_LIB} == "libpthread") -SHLIBDIR?= /lib -.endif - .include <bsd.own.mk> +.if ${DEFAULT_THREAD_LIB} == "libpthread" +SHLIBDIR= /lib +.endif + LIB=kse SHLIB_MAJOR= 2 CFLAGS+=-DPTHREAD_KERNEL |
