Pull in some of the lpt_port_test fixes from lpt.c.
[unix-history] / lib / libpthread / pthreads / Makefile.inc
CommitLineData
90269d47
AM
1# from: @(#)Makefile.inc 5.6 (Berkeley) 6/4/91
2
3# pthread sources
4.PATH: ${.CURDIR}/pthreads
5
6SRCS+= cond.c fd.c fd_kern.c fd_pipe.c file.c globals.c malloc.c mutex.c \
83dfe606
CP
7 pthread.c pthread_attr.c queue.c signal.c \
8 pthread_join.c pthread_detach.c sleep.c
90269d47
AM
9
10MAN2+=
11
12MAN3+=
13