Revision 9f7ddd1041816be279f37faf79fd1e377a53fa83 authored by Xin Li on 23 January 2010, 00:46:55 UTC, committed by Xin Li on 23 January 2010, 00:46:55 UTC
Add a set of manual pages for pthread[_attr]_[sg]etaffinity(3).

Reviewed by:	davidxu
1 parent 501a429
Raw File
Makefile
# $FreeBSD$

.PATH: ${.CURDIR}/../../pci

KMOD=	if_wb
SRCS=	if_wb.c device_if.h
SRCS+=	bus_if.h miibus_if.h pci_if.h

.include <bsd.kmod.mk>
back to top