12 lines
180 B
Makefile
12 lines
180 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/04/10 00:09:09 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../kern
|
|
|
|
LIB= rumpvfs_aio
|
|
|
|
SRCS= sys_aio.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|