11 lines
155 B
Makefile
11 lines
155 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/11/14 23:33:45 ad Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/kern
|
|
|
|
KMOD= aio
|
|
SRCS= sys_aio.c
|
|
|
|
.include <bsd.kmodule.mk>
|