diff options
author | Robert V. Baron <rvb@FreeBSD.org> | 1998-09-25 17:51:44 +0000 |
---|---|---|
committer | Robert V. Baron <rvb@FreeBSD.org> | 1998-09-25 17:51:44 +0000 |
commit | 34b01b8c345724c0c9a1c3d6f51aebccb54606ee (patch) | |
tree | 11c91e737e6130cb5ab76631ad59ebb33af26878 /sys/modules/coda | |
parent | 435385d6aeac0688880d425041bfd10d987f46fa (diff) | |
download | src-34b01b8c345724c0c9a1c3d6f51aebccb54606ee.tar.gz src-34b01b8c345724c0c9a1c3d6f51aebccb54606ee.zip |
lkm for coda
Notes
Notes:
svn path=/cvs2svn/branches/CODA/; revision=39652
Diffstat (limited to 'sys/modules/coda')
-rw-r--r-- | sys/modules/coda/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/coda/Makefile b/sys/modules/coda/Makefile new file mode 100644 index 000000000000..4761a21a30eb --- /dev/null +++ b/sys/modules/coda/Makefile @@ -0,0 +1,11 @@ +# $Id: Makefile,v 1.6 1998/02/06 23:54:22 eivind 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= +CFLAGS+= -DCODA + +.include <bsd.kmod.mk> |