]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/aio/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.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
7
8 EXPORT_SYMS= aio_init_aioinfo aio_aqueue
9
10 .include <bsd.kmod.mk>