a654d07295
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)
11 lines
236 B
Makefile
11 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>
|