head	1.3;
access;
symbols
	RELENG_3_0_0_RELEASE:1.2
	C0925:1.1.1.1
	CODA:1.1.1;
locks; strict;
comment	@# @;


1.3
date	98.12.27.19.38.04;	author sos;	state dead;
branches;
next	1.2;

1.2
date	98.09.29.20.19.45;	author rvb;	state Exp;
branches;
next	1.1;

1.1
date	98.09.25.17.47.48;	author rvb;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.09.25.17.47.48;	author rvb;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove LKM's depricated by modules.
@
text
@#	$Id: Makefile,v 1.2 1998/09/29 20:19:45 rvb Exp $

.PATH:	${.CURDIR}/../../sys/coda
KMOD=	coda_mod
SRCS=	coda_fbsd.c coda_namecache.c coda_psdev.c coda_subr.c \
	coda_venus.c coda_vfsops.c coda_vnops.c
NOMAN=
VFS_LKM=

.include <bsd.kmod.mk>
@


1.2
log
@Fixes for lkm:
1. use VFS_LKM vs ACTUALLY_LKM_NOT_KERNEL
2. don't pass -DCODA to lkm build
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1.1.1 1998/09/25 17:47:48 rvb Exp $
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.6 1998/02/06 23:54:22 eivind Exp $
a8 1
CFLAGS+= -DCODA
@


1.1.1.1
log
@lkm for coda
@
text
@@
