mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
15 lines
282 B
Makefile
15 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../coda
|
|
KMOD= coda
|
|
SRCS= coda_fbsd.c coda_namecache.c coda_psdev.c coda_subr.c \
|
|
coda_venus.c coda_vfsops.c coda_vnops.c opt_devfs.h vcoda.h
|
|
NOMAN=
|
|
VFS_KLD=
|
|
|
|
CLEANFILES= vcoda.h
|
|
|
|
vcoda.h:
|
|
echo "#define NVCODA 4" > vcoda.h
|
|
|
|
.include <bsd.kmod.mk>
|