summaryrefslogtreecommitdiffstats
path: root/sys/modules/coda5/Makefile
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-07-12 21:04:58 +0000
committerrwatson <rwatson@FreeBSD.org>2007-07-12 21:04:58 +0000
commit25869d84fa1d747b147c034138da580a9014ce59 (patch)
treea9bfe9f73962268a915c2032408e6175e2a39e86 /sys/modules/coda5/Makefile
parentfd977ace642dc4d20b41bb571f548188a9ca7ecd (diff)
downloadFreeBSD-src-25869d84fa1d747b147c034138da580a9014ce59.zip
FreeBSD-src-25869d84fa1d747b147c034138da580a9014ce59.tar.gz
Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/coda
by removing files from src/sys/coda, and updating include paths in the new location, kernel configuration, and Makefiles. In one case add $FreeBSD$. Discussed with: anderson, Jan Harkes <jaharkes@cs.cmu.edu> Approved by: re (kensmith) Repo-copy madness: simon
Diffstat (limited to 'sys/modules/coda5/Makefile')
-rw-r--r--sys/modules/coda5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/coda5/Makefile b/sys/modules/coda5/Makefile
index 5634bff..b0e7d72 100644
--- a/sys/modules/coda5/Makefile
+++ b/sys/modules/coda5/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../coda
+.PATH: ${.CURDIR}/../../fs/coda
KMOD= coda5
SRCS= vnode_if.h \
OpenPOWER on IntegriCloud