diff options
| author | Robert V. Baron <rvb@FreeBSD.org> | 1998-09-29 20:19:45 +0000 |
|---|---|---|
| committer | Robert V. Baron <rvb@FreeBSD.org> | 1998-09-29 20:19:45 +0000 |
| commit | ecee3646ce7623c3cb59ce45fef2c49b4c083e20 (patch) | |
| tree | 2b985ab2f090d156272ca679b0f068cad8518ece /lkm | |
| parent | 5081946172f35ef986bc6b2d2d6b0b8301ade8bc (diff) | |
Notes
Diffstat (limited to 'lkm')
| -rw-r--r-- | lkm/coda/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lkm/coda/Makefile b/lkm/coda/Makefile index 4761a21a30eb..c014608cdfe1 100644 --- a/lkm/coda/Makefile +++ b/lkm/coda/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1998/02/06 23:54:22 eivind Exp $ +# $Id: Makefile,v 1.1.1.1 1998/09/25 17:47:48 rvb Exp $ .PATH: ${.CURDIR}/../../sys/coda KMOD= coda_mod @@ -6,6 +6,5 @@ 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> |
