11 lines
198 B
Makefile
11 lines
198 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2008/06/28 16:11:35 rumble Exp $
|
||
|
|
||
|
.include "../Makefile.inc"
|
||
|
|
||
|
.PATH: ${S}/fs/adosfs
|
||
|
|
||
|
KMOD= adosfs
|
||
|
SRCS= adlookup.c adutil.c advfsops.c advnops.c
|
||
|
|
||
|
.include <bsd.kmodule.mk>
|