aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/fdescfs/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-05-23 09:42:29 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-05-23 09:42:29 +0000
commit99d300a1ecab368a3f1aab2273c07e5040c27d35 (patch)
tree1b88ac3d27dd822968f18355d8ca158bdff00ace /sys/modules/fdescfs/Makefile
parent468f05c7f716dddd967aac96b415de5ca3d6b2c8 (diff)
downloadsrc-99d300a1ecab368a3f1aab2273c07e5040c27d35.tar.gz
src-99d300a1ecab368a3f1aab2273c07e5040c27d35.zip
- FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file
systems were repo-copied from sys/miscfs to sys/fs. - Renamed the following file systems and their modules: fdesc -> fdescfs, portal -> portalfs, union -> unionfs. - Renamed corresponding kernel options: FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS. - Install header files for the above file systems. - Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland Makefiles.
Notes
Notes: svn path=/head/; revision=77031
Diffstat (limited to 'sys/modules/fdescfs/Makefile')
-rw-r--r--sys/modules/fdescfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/fdescfs/Makefile b/sys/modules/fdescfs/Makefile
index 434451752335..dc8b6dbce3b4 100644
--- a/sys/modules/fdescfs/Makefile
+++ b/sys/modules/fdescfs/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../miscfs/fdesc
+.PATH: ${.CURDIR}/../../fs/fdescfs
-KMOD= fdesc
+KMOD= fdescfs
SRCS= vnode_if.h \
fdesc_vfsops.c fdesc_vnops.c
NOMAN=