mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 09:13:43 -04:00
converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
10 lines
236 B
Makefile
10 lines
236 B
Makefile
# $Id: Makefile,v 1.2 1998/09/29 20:19:45 rvb Exp $
|
|
|
|
.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
|
|
NOMAN=
|
|
VFS_KLD=
|
|
|
|
.include <bsd.kmod.mk>
|