5355cfee73
and has the necessary magic to create empty opt_*.h files.
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>
|