summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/Makefile.inc
blob: 6049dae5cb054a9c65c112bf60daa443ae8f5c12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

# POSIX thread man files

.PATH: ${.CURDIR}/man

MAN3+=	pthread_create.3 \
	pthread_detach.3 \
	pthread_equal.3 \
	pthread_exit.3 \
	pthread_getspecific.3 \
	pthread_join.3 \
	pthread_key_create.3 \
	pthread_key_delete.3 \
	pthread_once.3 \
	pthread_self.3 \
	pthread_setspecific.3
OpenPOWER on IntegriCloud