head	1.3;
access;
symbols
	KSE_MILESTONE_2:1.1
	KSE_PRE_MILESTONE_2:1.1;
locks; strict;
comment	@# @;


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

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

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


desc
@@


1.3
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/linprocfs/Makefile,v 1.2 2001/10/21 15:54:56 des Exp $

.PATH: ${.CURDIR}/../../../compat/linprocfs

KMOD=	linprocfs
SRCS=	vnode_if.h \
	opt_linux.h \
	linprocfs.c

.include <bsd.kmod.mk>
@


1.2
log
@This module will soon need opt_linux.h (for <linux/linux_util.h>)
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Connect linprocfs to the build.
@
text
@d7 1
@

