summaryrefslogtreecommitdiffstats
path: root/sys/modules/aio/Makefile
blob: 95e6cb594e2ff65bdea16ff6267de67c0d7221ba (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

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

KMOD=	aio
SRCS=	vfs_aio.c opt_vfs_aio.h vnode_if.h opt_compat.h

EXPORT_SYMS= aio_init_aioinfo aio_aqueue

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud