mirror of
https://github.com/opnsense/src.git
synced 2026-03-11 10:43:03 -04: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>
|