NetBSD/sys/modules/coda/Makefile

12 lines
193 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2012/04/26 03:03:53 christos Exp $
2008-06-28 20:11:35 +04:00
.include "../Makefile.inc"
.PATH: ${S}/coda
KMOD= coda
SRCS= coda_venus.c coda_vfsops.c coda_vnops.c
2008-06-28 20:11:35 +04:00
.include <bsd.kmodule.mk>