mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
12 lines
209 B
Makefile
12 lines
209 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../coda
|
|
|
|
KMOD= coda
|
|
SRCS= vnode_if.h \
|
|
coda_fbsd.c coda_namecache.c coda_psdev.c coda_subr.c \
|
|
coda_venus.c coda_vfsops.c coda_vnops.c \
|
|
opt_coda.h
|
|
|
|
.include <bsd.kmod.mk>
|