]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/aio/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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>