f7acb749fb
entirely at this point as coda6 is considered the supported branch. MFC after: 1 month
14 lines
221 B
Makefile
14 lines
221 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../fs/coda
|
|
|
|
KMOD= coda5
|
|
SRCS= vnode_if.h \
|
|
coda_fbsd.c coda_psdev.c coda_subr.c \
|
|
coda_venus.c coda_vfsops.c coda_vnops.c \
|
|
opt_coda.h
|
|
|
|
CFLAGS+= -DCODA5_MODULE
|
|
|
|
.include <bsd.kmod.mk>
|