mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
9 lines
118 B
Makefile
9 lines
118 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../kern
|
||
|
|
||
|
KMOD= aio
|
||
|
SRCS= vfs_aio.c opt_vfs_aio.h vnode_if.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|