diff options
author | rvb <rvb@FreeBSD.org> | 1998-09-25 17:51:44 +0000 |
---|---|---|
committer | rvb <rvb@FreeBSD.org> | 1998-09-25 17:51:44 +0000 |
commit | 30ffd484a63b23d5a139f95c6f4f682bb8dd70ce (patch) | |
tree | 41dde92543809a969c0315d3304b613bea1b96f3 /lkm | |
parent | 5a8cd702297565a25ca5eaaa2fb3a3458cf93a4a (diff) | |
parent | 6e906a5c45116fc5d429b70f131dfeebee93a985 (diff) | |
download | FreeBSD-src-30ffd484a63b23d5a139f95c6f4f682bb8dd70ce.zip FreeBSD-src-30ffd484a63b23d5a139f95c6f4f682bb8dd70ce.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r39652,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'lkm')
-rw-r--r-- | lkm/coda/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lkm/coda/Makefile b/lkm/coda/Makefile new file mode 100644 index 0000000..4761a21 --- /dev/null +++ b/lkm/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> |