diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2003-04-25 01:31:56 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2003-04-25 01:31:56 +0000 |
| commit | fd47bf962d4a1f0eb2f81f210cc13447028a30c4 (patch) | |
| tree | d0a08785985982f38aefc48e8e85f446fdff9392 /lib | |
| parent | 42da33c444e5a6ca8ffa15622a9783f550e69d4b (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libkse/Makefile | 7 | ||||
| -rw-r--r-- | lib/libpthread/Makefile | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile index beb105ec8307..d5e51e5a15ec 100644 --- a/lib/libkse/Makefile +++ b/lib/libkse/Makefile @@ -7,7 +7,7 @@ # To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS # (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the # system call stubs. -LIB=pthread +LIB=kse SHLIB_MAJOR= 1 CFLAGS+=-DPTHREAD_KERNEL CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \ @@ -20,17 +20,12 @@ CFLAGS+=-I${.CURDIR}/sys CFLAGS+=-D_LOCK_DEBUG #CFLAGS+= -g -#.if ${MACHINE_ARCH} == "i386" -#CFLAGS+=-DGS_HACK -#.endif - # enable extra internal consistancy checks CFLAGS+=-D_PTHREADS_INVARIANTS -Wall AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} -I${.CURDIR}/thread PRECIOUSLIB= yes -#.include "${.CURDIR}/man/Makefile.inc" .include "${.CURDIR}/thread/Makefile.inc" .include "${.CURDIR}/sys/Makefile.inc" diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index beb105ec8307..d5e51e5a15ec 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -7,7 +7,7 @@ # To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS # (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the # system call stubs. -LIB=pthread +LIB=kse SHLIB_MAJOR= 1 CFLAGS+=-DPTHREAD_KERNEL CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \ @@ -20,17 +20,12 @@ CFLAGS+=-I${.CURDIR}/sys CFLAGS+=-D_LOCK_DEBUG #CFLAGS+= -g -#.if ${MACHINE_ARCH} == "i386" -#CFLAGS+=-DGS_HACK -#.endif - # enable extra internal consistancy checks CFLAGS+=-D_PTHREADS_INVARIANTS -Wall AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} -I${.CURDIR}/thread PRECIOUSLIB= yes -#.include "${.CURDIR}/man/Makefile.inc" .include "${.CURDIR}/thread/Makefile.inc" .include "${.CURDIR}/sys/Makefile.inc" |
