blob: 7946b27ac32c2577ccc993d5ca168990aa338faa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Generated automatically from Makefile.in by configure.
# @(#)Makefile 5.2 (Berkeley) 3/5/91
#
.include <bsd.own.mk>
LIB=pthread
NOPIC=no
CFLAGS+=-DPTHREAD_KERNEL -I. -I${.CURDIR}/include -I${.CURDIR}/arch/${MACHINE_ARCH}
.include "${.CURDIR}/include/Makefile.inc"
.include "${.CURDIR}/arch/${MACHINE}/Makefile.inc"
.include "${.CURDIR}/pthreads/Makefile.inc"
.include "${.CURDIR}/stdlib/Makefile.inc"
.include "${.CURDIR}/stdio/Makefile.inc"
.include "${.CURDIR}/string/Makefile.inc"
.include "${.CURDIR}/gen/Makefile.inc"
.include "${.CURDIR}/net/Makefile.inc"
.include <bsd.lib.mk>
|