From ac52f6b7583c0e99b3dae24ff997a883eb9a9c4b Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 16 Oct 1998 04:30:52 +0000 Subject: Sample initial set of kld-ified modules. Not all have been completely 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) --- sys/modules/coda/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/modules/coda/Makefile') diff --git a/sys/modules/coda/Makefile b/sys/modules/coda/Makefile index c014608..9135235 100644 --- a/sys/modules/coda/Makefile +++ b/sys/modules/coda/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.1.1.1 1998/09/25 17:47:48 rvb Exp $ +# $Id: Makefile,v 1.2 1998/09/29 20:19:45 rvb Exp $ -.PATH: ${.CURDIR}/../../sys/coda -KMOD= coda_mod +.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_LKM= +VFS_KLD= .include -- cgit v1.1