summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lkm/coda/Makefile11
-rw-r--r--sys/modules/coda/Makefile11
2 files changed, 22 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>
diff --git a/sys/modules/coda/Makefile b/sys/modules/coda/Makefile
new file mode 100644
index 0000000..4761a21
--- /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>
OpenPOWER on IntegriCloud