]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/aio/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / modules / aio / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../kern
4
5 KMOD=   aio
6 SRCS=   vfs_aio.c opt_vfs_aio.h vnode_if.h opt_compat.h
7
8 EXPORT_SYMS= aio_init_aioinfo aio_aqueue
9
10 .include <bsd.kmod.mk>