head	1.4;
access;
symbols
	KSE_MILESTONE_2:1.2
	KSE_PRE_MILESTONE_2:1.2;
locks; strict;
comment	@# @;


1.4
date	2002.02.04.20.16.49;	author des;	state dead;
branches;
next	1.3;

1.3
date	2002.01.11.01.15.58;	author msmith;	state Exp;
branches;
next	1.2;

1.2
date	2001.06.10.23.28.03;	author des;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.10.18.47.23;	author des;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Move the pseudofs, procfs and linprocfs modules out from the fs directory.
Keeping them there seemed like a good idea at the time, but it annoys bde
and confuses people who do not understand how MODULES_OVERRIDE works.
@
text
@# $FreeBSD: src/sys/modules/fs/pseudofs/Makefile,v 1.3 2002/01/11 01:15:58 msmith Exp $

.PATH: ${.CURDIR}/../../../fs/pseudofs

KMOD=	pseudofs
SRCS=	vnode_if.h \
	pseudofs.c \
	pseudofs_fileno.c \
	pseudofs_vncache.c \
	pseudofs_vnops.c

EXPORT_SYMS=	pfs_mount	\
		pfs_unmount	\
		pfs_root	\
		pfs_statfs	\
		pfs_init	\
		pfs_uninit	\
		pfs_create_dir	\
		pfs_create_file	\
		pfs_create_link	\
		pfs_disable	\
		pfs_enable	\
		pfs_destroy

.include <bsd.kmod.mk>
@


1.3
log
@Export symbols that constitute APIs defined by these
modules.

Note that in the case of 'mii' the API is not clearly
defined, and the symbols exported represent a subset
defined by current usage.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@Preemptive brucification.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/fs/pseudofs/Makefile,v 1.1 2001/06/10 18:47:23 des Exp $
d11 13
@


1.1
log
@Add a build directory and Makefile for pseudofs.
@
text
@d1 1
a1 1
# $FreeBSD$
a4 1
CFLAGS+=-g -DINVARIANT_SUPPORT -DINVARIANTS -DWITNESS
a10 1
NOMAN=
@

