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


1.5
date	2002.02.04.20.16.48;	author des;	state dead;
branches;
next	1.4;

1.4
date	2001.12.04.01.34.39;	author des;	state Exp;
branches;
next	1.3;

1.3
date	2001.06.11.21.57.18;	author des;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.5
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/Makefile,v 1.4 2001/12/04 01:34:39 des Exp $

SUBDIR =
SUBDIR += linprocfs
SUBDIR += procfs
SUBDIR += pseudofs

.include <bsd.subdir.mk>
@


1.4
log
@Pseudofsize procfs(5).
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.3
log
@Linprocfs builds on Alpha now.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/fs/Makefile,v 1.2 2001/06/10 23:27:25 des Exp $
d5 1
@


1.2
log
@Connect linprocfs to the build.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/fs/Makefile,v 1.1 2001/06/10 18:47:22 des Exp $
d4 1
a5 4

.if ${MACHINE_ARCH} == "i386"
SUBDIR += linprocfs
.endif
@


1.1
log
@Add a build directory and Makefile for pseudofs.
@
text
@d1 1
a1 1
# $FreeBSD$
d5 4
@

