99d300a1ec
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.
11 lines
147 B
Makefile
11 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../fs/portalfs
|
|
|
|
KMOD= portalfs
|
|
SRCS= vnode_if.h \
|
|
portal_vfsops.c portal_vnops.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|