summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-08-31 13:37:51 +0000
committerscottl <scottl@FreeBSD.org>2004-08-31 13:37:51 +0000
commitb116d584ea395f417b843cb34ce21bb297e2eec7 (patch)
tree44a7a7c5d22006a342ad37e0ee4f4262a5a3a75c
parentf5d15adbe27250eca50cb6f540f4510eb9af381f (diff)
downloadFreeBSD-src-b116d584ea395f417b843cb34ce21bb297e2eec7.zip
FreeBSD-src-b116d584ea395f417b843cb34ce21bb297e2eec7.tar.gz
Make coda5 compile.
-rw-r--r--sys/modules/coda5/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/modules/coda5/Makefile b/sys/modules/coda5/Makefile
index 595e65e..f97ccd4 100644
--- a/sys/modules/coda5/Makefile
+++ b/sys/modules/coda5/Makefile
@@ -5,15 +5,13 @@
KMOD= coda5
SRCS= vnode_if.h \
coda_fbsd.c coda_namecache.c coda_psdev.c coda_subr.c \
- coda_venus.c coda_vfsops.c coda_vnops.c vcoda.h \
+ coda_venus.c coda_vfsops.c coda_vnops.c \
opt_coda.h
-CLEANFILES= vcoda.h opt_coda.h
-
-vcoda.h:
- echo "#define NVCODA 4" > vcoda.h
+CLEANFILES= opt_coda.h
opt_coda.h:
- echo "#define CODA_COMPAT_5" >opt_coda.h
+ echo "#define NVCODA 4" > ${.TARGET}
+ echo "#define CODA_COMPAT_5" >> ${.TARGET}
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud