From 35437d86aa2e89b16dfeb84a5499976559847155 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 23 May 2001 09:42:29 +0000 Subject: - 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. --- sys/modules/portalfs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules/portalfs') diff --git a/sys/modules/portalfs/Makefile b/sys/modules/portalfs/Makefile index a14a8fa..f23e69e 100644 --- a/sys/modules/portalfs/Makefile +++ b/sys/modules/portalfs/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../miscfs/portal +.PATH: ${.CURDIR}/../../fs/portalfs -KMOD= portal +KMOD= portalfs SRCS= vnode_if.h \ portal_vfsops.c portal_vnops.c NOMAN= -- cgit v1.1