mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 06:05:19 -04:00
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>
|