13 lines
303 B
Makefile
13 lines
303 B
Makefile
# from: @(#)Makefile 5.2 (Berkeley) 3/5/91
|
|
|
|
LIB=pthread
|
|
INSTALL_PIC_ARCHIVE= no
|
|
CPPFLAGS+= -g -DPTHREAD_KERNEL -I${.CURDIR}/include -I${.CURDIR}/arch/${MACHINE}
|
|
CFLAGS+= ${CPPFLAGS}
|
|
|
|
.include "${.CURDIR}/arch/${MACHINE}/Makefile.inc"
|
|
.include "${.CURDIR}/pthreads/Makefile.inc"
|
|
|
|
.include <bsd.lib.mk>
|
|
|